package
Version:
v0.0.22
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TokenResponse struct {
TokenType string `json:"token_type"`
ExpiresIn int `json:"expires_in"`
AccessToken string `json:"access_token"`
Scope string `json:"scope"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.