package
0.0.0-20231212195335-8a6c329e4b15
Repository: https://github.com/davids-codex/oauth2.git
Documentation: pkg.go.dev

# Functions

ExchangeToken performs an oauth2 token exchange with the provided endpoint.
No description provided by the author

# Structs

ClientAuthentication represents an OAuth client ID and secret and the mechanism for passing these credentials as stated in rfc6749#2.3.1.
Response is used to decode the remote server response during an oauth2 token exchange.
TokenExchangeRequest contains fields necessary to make an oauth2 token exchange.