package
0.1.9
Repository: https://github.com/dmitrymomot/oauth2-server.git
Documentation: pkg.go.dev

# 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.

# Constants

# 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

# Type aliases

No description provided by the author
TokenType is a type of token.