package
Version:
v0.0.0-...-06767ef
Opens a new window with list of versions in this module.
Published: Apr 14, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthError struct {
Error string `json:"error"`
ErrorDescription string `json:"error_description"`
}
type DeviceCodeSpec struct {
DeviceCode string `json:"device_code"`
UserCode string `json:"user_code"`
ExpiresIn int `json:"expires_in"`
Interval int `json:"interval"`
VerificationURI string `json:"verification_uri"`
VerificationURIComplete string `json:"verification_uri_complete"`
}
type TokenSpec struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
IDToken string `json:"id_token"`
TokenType string `json:"token_type"`
ExpiresIn int `json:"expires_in"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.