jose/docs/interfaces/jws_general_verify.generalverifygetkey.md
2021-03-31 11:58:10 +02:00

1.1 KiB

Interface: GeneralVerifyGetKey

jws/general/verify.GeneralVerifyGetKey

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

Hierarchy

Callable

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

Interface for General JWS 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:78