Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth2ProviderConfig ¶
type OAuth2ProviderConfig struct {
UserInfoUrl string `mapstructure:"userInfoUrl"`
ClientId string `mapstructure:"clientId"`
ClientSecret string `mapstructure:"clientSecret"`
Scopes []string `mapstructure:"scopes"`
AuthUrl string `mapstructure:"authUrl"`
TokenUrl string `mapstructure:"tokenUrl"`
RedirectUrl string `mapstructure:"redirectUrl"`
}
Click to show internal directories.
Click to hide internal directories.