Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrConfigNotFound = errors.New("config file not found") ErrUserNotFound = errors.New("user not found") )
Functions ¶
Types ¶
type User ¶
type User struct {
Name string `yaml:"name"`
IssuerURL string `yaml:"issuer_url"`
ClientID string `yaml:"client_id"`
ExtraScopes []string `yaml:"extra_scopes"`
GrantType string `yaml:"grant_type"`
IDToken string `yaml:"id_token,omitempty"`
AccessToken string `yaml:"access_token,omitempty"`
RefreshToken string `yaml:"refresh_token"`
}
Click to show internal directories.
Click to hide internal directories.