Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigResponse ¶
type DeviceCallbackResponse ¶
type DeviceCallbackResponse struct {
Identifier string `json:"identifier"`
}
type DeviceFlowResponse ¶
type HealthResponse ¶
type HealthResponse struct {
Subscriptions bool `json:"subscriptions"`
}
type ServiceKeyLoginResponse ¶
type ServiceKeyLoginResponse struct { ServiceSessionID string `json:"service_session_id"` ServiceSessionSecret string `json:"service_session_secret"` ServiceKeyID string `json:"service_key_id"` Creator string `json:"creator"` Organization string `json:"organization"` Resources []servicekey.Resource `json:"resources"` }
Click to show internal directories.
Click to hide internal directories.