package
Version:
v1.5.2
Opens a new window with list of versions in this module.
Published: Jul 20, 2023
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 Credentials struct {
PersonalAccessToken string `json:"personalAccessToken"`
}
type Session struct {
Session struct {
AccessToken string `json:"accessToken"`
AccessTokenExpiresIn int `json:"accessTokenExpiresIn"`
RefreshToken string `json:"refreshToken"`
} `json:"session"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.