package
Version:
v2.0.0-...-c53fd5d
Opens a new window with list of versions in this module.
Published: Jul 13, 2024
License: Apache-2.0
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 ClientInfo struct {
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
}
type Token struct {
AccessToken string `json:"access_token,omitempty"`
RefreshToken string `json:"refresh_token,omitempty"`
TokenType string `json:"token_type,omitempty"`
ExpiresIn int `json:"expires_in,omitempty"`
Scope string `json:"scope,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.