Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Iss string `json:"iss"` Algorithm string `json:"algorithm"` Secret string `json:"secret"` PublicKey string `json:"public_key"` User string `json:"user"` UserPath string `json:"user_path"` ClaimsToVerify []string `json:"claims_to_verify"` Label map[string]string `json:"label"` SignatureIsBase64 bool `json:"signature_is_base64"` }
func (*Config) Detail ¶
func (cfg *Config) Detail() []application_authorization_dto.DetailItem
Click to show internal directories.
Click to hide internal directories.