Optional
options: JwkSetOptionsPrivate
Readonly
expiresReadonly
keysA function for checking if a JWK set is expired.
Static
fromValidates the input and converts it to a JwkSet.
Any unknown value that is needing validation to use as a Jwk Set.
Optional
options: JwkSetOptionsJwkSet options used to refresh the data.
Static
loadA wrapper function for loading the jwk from the specified endpoint url. This function will pass in an expiration value to the from function.
The endpoint from which the jwk is being fetched.
The JwkSet class which handles construction, validation, and loading of Jwk Sets.