jose/docs/interfaces/jwt_verify.jwtverifygetkey.md
2021-03-18 07:51:50 +01:00

1.1 KiB

Interface: JWTVerifyGetKey

jwt/verify.JWTVerifyGetKey

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

Hierarchy

Callable

JWTVerifyGetKey(protectedHeader: JWSHeaderParameters, token: FlattenedJWSInput): Promise<KeyLike>

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

Parameters:

Name Type
protectedHeader JWSHeaderParameters
token FlattenedJWSInput

Returns: Promise<KeyLike>

Defined in: types.d.ts:79