Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
Type() string
Identifier() string
Label() string
Config() *oauth2.Config
Endpoint() oauth2.Endpoint
Token() TokenPersistence
Options() []oauth2.AuthCodeOption
}
type TokenPersistence ¶
type TokenPersistence interface {
oauth2.TokenSource
SetToken(*oauth2.Token)
}
Click to show internal directories.
Click to hide internal directories.