package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Nov 17, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AccessToken struct {
AccessToken string `json:"access_token"`
ExpiresIn int64 `json:"expires_in"`
RefreshToken string `json:"refresh_token"`
TokenType string `json:"token_type"`
Scopes string `json:"scopes"`
}
type Paging struct {
Page int `name:"page"`
Offset int `name:"offset"`
Limit int `name:"limit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.