Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
ssokenizer.ProviderConfig
OAuthConfig oauth2.Config
// ForwardParams are the parameters that should be forwarded from the start
// request to the auth URL.
ForwardParams []string
// Params to add to the auth request.
AuthRequestParams map[string]string
// Params to add to the token request.
TokenRequestParams map[string]string
}
func (*Provider) PC ¶
func (p *Provider) PC() *ssokenizer.ProviderConfig
PC implements the ssokenizer.Provider interface.
Click to show internal directories.
Click to hide internal directories.