# Functions
NewCachingClient returns a new Client that can cache fetched data.
NewCachingClientWithOpts returns a new Client that can cache fetched data with options.
NewClient returns a new Client.
NewClientWithOpts returns a new Client with options.
# Constants
No description provided by the author
# Structs
CachingClient is a Client for getting keys from remote JWKS with a caching mechanism.
CachingClientOpts contains options for CachingClient.
Client gets public keys from remote JWKS.
ClientOpts contains options for the JWKS client.
GetJWKSError is an error that may occur during getting JWKS.
GetOpenIDConfigurationError is an error that may occur during getting openID configuration for issuer.
JWKNotFoundError is an error that occurs when JWK is not found by kid.