package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Feb 10, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Issuer string
OAuth OAuthConf `yaml:"OAuth"`
Services string `yaml:"services"`
JWKProvider string `yaml:"jwk_provider"`
Listen string `yaml:"listen"`
DataPath string `yaml:"data_path"`
}
func (c *Conf) Defaults()
type OAuthConf struct {
ProviderURL string `yaml:"provider_url"`
AppID string `yaml:"app_id"`
AppSecret string `yaml:"app_secret"`
AppURL string `yaml:"app_url"`
}
OAuthConf wraps all the config required for OAuth2 mechanism
Source Files
¶
Click to show internal directories.
Click to hide internal directories.