Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 915 Bytes

jwt_verify.JWTVerifyGetKey.md

File metadata and controls

27 lines (17 loc) · 915 Bytes

Interface: JWTVerifyGetKey

💗 Help the project

Callable

JWTVerifyGetKey

JWTVerifyGetKey(protectedHeader, token): Uint8Array | KeyLike | Promise<Uint8Array | KeyLike>

Interface for JWT Verification dynamic key resolution. No token components have been verified at the time of this function call.

See createRemoteJWKSet to verify using a remote JSON Web Key Set.

Parameters

Name Type
protectedHeader JWTHeaderParameters
token FlattenedJWSInput

Returns

Uint8Array | KeyLike | Promise<Uint8Array | KeyLike>