getJWKS()
#
Returnstype JsonWebKey = { kty: string; kid: string; n: string; e: string; alg: string; use: string;};
Promise<{ status: "OK", keys: JsonWebKey[],}>
getJWKS()
type JsonWebKey = { kty: string; kid: string; n: string; e: string; alg: string; use: string;};
Promise<{ status: "OK", keys: JsonWebKey[],}>