# Functions
Introspect returns the token introspection response.
NewClient returns a new Client.
NewClientCredentialsClient creates a new OAuth2 client that supports the client_credentials grant type.
SetClientAPIEndpoint sets the endpoint for the Client API.
SetHTTPClient sets the HTTP client to use for requests.
SetIntrospectEndpoint sets the endpoint for the Introspect API.
SetUserAPIEndpoint sets the endpoint for the User API.
# Structs
ClientCredentialsConfig represents the configuration for the client_credentials grant type.
ErrorResponse is a struct that contains an error message.
TokenInfo is a struct that contains information about a token.
# Interfaces
No description provided by the author