docs/jwks/local/interfaces/LocalJWKSet.md
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
The key resolution function returned by createLocalJWKSet.
jwtVerify and the other consuming functions, all of which accept this directly.
āø LocalJWKSet(protectedHeader?, token?): Promise<CryptoKey>
The key resolution function returned by createLocalJWKSet.
| Parameter | Type |
|---|---|
protectedHeader? | JWSHeaderParameters |
token? | FlattenedJWSInput |
jwtVerify and the other consuming functions, all of which accept this directly.
⢠jwks: () => JSONWebKeySet
Returns a structured clone of the JSON Web Key Set this resolver was created with.