package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 4, 2026
License: MIT
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 Token struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn int `json:"expires_in"`
ExpiresAt time.Time `json:"expires_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.