# Functions
New returns a new OAuth client instance.
WithAuthCodeURLOptions changes the OAuth2 authorization URL options provided to the oauth2 package.
WithCallback adds a callback to be executed at the end of the OAuth2 token exchange.
WithNextKey overrides the default query parameter used for callback return.
WithOAuth2ConfigProvider overrides the default OAuth2 configuration provider.
# Structs
Config is the configuration for the OAuth client.
OAuthClient is the OAuth client component.
# Type aliases
Callback occurs after the OAuth2 token exchange has been performed successfully.
OAuth2AuthCodeURLOptionsProvider provides OAuth2 authorization URL options based on the context.
OAuth2ConfigProvider provides an OAuth2 client config based on the context.
Option is an OAuth2Client configuration option.