AuthN | Node SDK | JWT Endpoints
JWT Endpoints
Get JWT verification keys
jwks(): Promise<PangeaResponse<JWKSResult>>Get JWT verification keys.
const response = await authn.client.jwks();
Get JWT verification keys.
const response = await authn.client.jwks();