# Functions
MakeHTTPHandler returns an http.Handler that can be used to serve the OAuth2 API.
Set up limited oauth2 server for client_credentials, and refresh_token flows.
NewVerifier creates a new Verifier.
WithAccessTokenTTL sets the TTL for access tokens.
WithRefreshTokenTTL sets the TTL for refresh tokens.
# Variables
Predefined errors.
Predefined errors.
Predefined errors.
Predefined errors.
Predefined errors.
# Type aliases
No description provided by the author