Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ClientId string `json:"client_id" label:"客户端ID"` ClientSecret string `json:"client_secret" label:"客户端密钥"` ClientType string `json:"client_type" label:"客户端类型" enum:"public,confidential"` HashSecret bool `json:"hash_secret" label:"是否Hash加密"` RedirectUrls []string `json:"redirect_urls" label:"重定向URL列表"` Hashed bool `json:"hashed"` }
func (*Config) Detail ¶
func (cfg *Config) Detail() []application_authorization_dto.DetailItem
Click to show internal directories.
Click to hide internal directories.