Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct {
Type string `json:"token_type"`
Scope string `json:"scope"`
Identity string `json:"-"`
Access string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
ExpiresAt time.Time `json:"expires_at"` // UTC timestamp when access_token expires
TenantID string `json:"tenant_id"`
AuthorizerAPIKey string `json:"authorizer_api_key"`
RegistryDownloadKey string `json:"registry_download_key"`
RegistryUploadKey string `json:"registry_upload_key"`
DecisionLogsKey string `json:"decision_logs_key"`
DirectoryReadKey string `json:"directory_read_key"`
DirectoryWriteKey string `json:"directory_write_key"`
DiscoveryKey string `json:"discovery_key"`
}
Click to show internal directories.
Click to hide internal directories.