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
| Parameter | Type | Description |
|---|---|---|
jwk_url | string | The JSON Web Key URL |
Returns
Promise<IKeyValue>
An object with the Web Key keyed by KID