
The highest tagged major version is
v3.
package
Version:
v1.10.1
Opens a new window with list of versions in this module.
Published: Apr 7, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 12
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.