package
Version:
v0.41.1
Opens a new window with list of versions in this module.
Published: Mar 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DoRequestUserToAuthenticate(headless bool)
type DeviceFlowParameters struct {
DeviceCode string `json:"device_code"`
UserCode string `json:"user_code"`
VerificationUri string `json:"verification_uri"`
VerificationUriComplete string `json:"verification_uri_complete"`
ExpiresIn int64 `json:"expires_in"`
Interval int64 `json:"interval"`
}
type TokensResponse struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.