Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
CustomParams map[string]string
FetchUser func(t *oauth2.Token) (*ProviderUI, error)
Config oauth2.Config
}
Provider describes the provider's auth flow
func (*Provider) AuthURL ¶
AuthURL returns a URL to provider's consent page that asks for permissions for the required scopes explicitly
Click to show internal directories.
Click to hide internal directories.