Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProviderName ¶
Types ¶
type ClientConfig ¶
type Config ¶
type Config struct {
Clients []ClientConfig `koanf:"clients"`
}
type IDToken ¶
type IDToken struct {
Email string `json:"email"`
EmailVerified bool `json:"email_verified"`
Name string `json:"name"`
GivenName string `json:"given_name"`
FamilyName string `json:"family_name"`
}
func GetIDToken ¶
type ProviderConfig ¶
Click to show internal directories.
Click to hide internal directories.