This SDK documentation is outdated. Please do not refer to it, and instead visit the User Guides section.

Skip to main content
Version: Next

getJWKS()

Returns#

type JsonWebKey = {
kty: string;
kid: string;
n: string;
e: string;
alg: string;
use: string;
};

Promise<{
status: "OK",
keys: JsonWebKey[],
}>
Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI