Documentation
¶
Index ¶
Constants ¶
View Source
const (
PollingRate = time.Second * 5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceLoginResponse ¶
type DeviceLoginResponse struct {
Body DeviceLoginResponseBody
}
type DeviceLoginResponseBody ¶
type DevicePollRequest ¶
type DevicePollRequest struct {
Poll string `query:"poll" required:"true" minLength:"36" maxLength:"36" doc:"poll code"`
}
type DevicePollResponse ¶
type DeviceValidateRequest ¶
type DeviceValidateRequest struct {
Code string `query:"code" required:"true" minLength:"8" maxLength:"8" doc:"device flow code"`
}
Click to show internal directories.
Click to hide internal directories.