package
Version:
v0.0.0-...-69e7fd1
Opens a new window with list of versions in this module.
Published: Jun 12, 2024
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 AccessToken struct {
TokenType string `json:"token_type"`
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
ExpiresIn int64 `json:"expires_in"`
}
type Error struct {
Code int `json:"-"`
Message string `json:"message"`
Validate map[string]string `json:"validate,omitempty"`
}
type Message struct {
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.