Documentation
¶
Index ¶
Constants ¶
View Source
const ( AuthTypeNone = "none" AuthTypeOIDC = "oidc" AuthTypeAAP = "aap" AuthTypeOAuth2 = "oauth2" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct {
Type string `json:"type"`
}
type Config ¶
type Config struct {
Global GlobalConfig `json:"global"`
}
type GlobalConfig ¶
type GlobalConfig struct {
BaseDomain string `json:"baseDomain"`
Auth AuthConfig `json:"auth"`
}
Click to show internal directories.
Click to hide internal directories.