package
0.28.0
Repository: https://go.googlesource.com/oauth2
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.