Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClientIdHeaderKey = "client_id" ClientSecretHeaderKey = "client_secret" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcAuther ¶
type RpcAuther struct {
ioc.ObjectImpl
Enable bool `json:"enable" yaml:"enable" toml:"enable" env:"ENABLE"`
ClientId string `json:"client_id" yaml:"client_id" toml:"client_id" env:"CLIENT_ID"`
ClientSecret string `json:"client_secret" yaml:"client_secret" toml:"client_secret" env:"CLIENT_SECRET"`
}
Click to show internal directories.
Click to hide internal directories.