package
Version:
v3.1.1
Opens a new window with list of versions in this module.
Published: Feb 2, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
GrantType = "urn:ietf:params:oauth:grant-type:device_code"
)
type Auth struct {
DeviceCode string `json:"device_code"`
UserCode string `json:"user_code"`
VerificationURI string `json:"verification_uri"`
VerificationURIComplete string `json:"verification_uri_complete,omitempty"`
ExpiresIn int32 `json:"expires_in"`
Interval int32 `json:"interval,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.