# Functions
GetWellKnownConfig retrieves the OIDC well-known configuration from the given issuer URL.
NewJWKSProvider returns a new JWKSProvider.
NewMemoryStore creates a new in-memory session store.
NewRandomGenerator creates a new random session generator.
NewRedisStore creates a new SessionStore that stores the session data in a given Redis server.
NewSessionStoreFactory creates a factory for managing session stores.
NewStaticGenerator creates a new static session generator.
ParseToken parses the token string and returns the token and an error if any.
# Constants
DefaultFetchInterval is the default interval to use when none is set.
# Variables
ErrJWKSFetch is returned when the JWKS document cannot be fetched.
ErrJWKSParse is returned when the JWKS document cannot be parsed.
No description provided by the author
# Structs
AuthorizationState contains information about the state of the authorization process.
Clock represents a source of current time.
DefaultJWKSProvider provides a JWKS set.
TokenResponse contains information about the tokens returned by the Identity Provider.
WellKnownConfig represents the OIDC well-known configuration.
# Interfaces
JWKSProvider provides a JWKS set for a given OIDC configuration.
SessionGenerator is an interface for generating session data.
No description provided by the author
No description provided by the author
No description provided by the author