package
Version:
v1.28.2
Opens a new window with list of versions in this module.
Published: Dec 11, 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 Credentials struct {
ID string `json:"id"`
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.