Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Issuer string `mapstructure:"issuer"` // URL identifier for the service AppID string `mapstructure:"app-id"` ClientID string `mapstructure:"client-id"` ClientSecret string `mapstructure:"client-secret"` UserName string `mapstructure:"username"` Password string `mapstructure:"password"` Scope string `mapstructure:"scope"` HeaderTenantID string `mapstructure:"header-tenant-id"` TenantID uint32 `mapstructure:"tenant-id"` }
Config stores the user's credentials
Click to show internal directories.
Click to hide internal directories.