Skip to main content

Function: get_remote_jwk()

function get_remote_jwk(jwk_url): Promise<IKeyValue>;

Defined in: src/index.ts:22

Gets a Remote JSON Web Key (cryptographic key)

Parameters

ParameterTypeDescription
jwk_urlstringThe JSON Web Key URL

Returns

Promise<IKeyValue>

An object with the Web Key keyed by KID