package
Version:
v1.41.0
Opens a new window with list of versions in this module.
Published: Apr 28, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OAuthRequest struct {
GrantType string `json:"grant_type,omitempty"`
Password string `json:"password,omitempty"`
Username string `json:"username,omitempty"`
ClientId string `json:"client_id,omitempty"`
RefreshToken string `json:"refresh_token,omitempty"`
}
type OAuthResponse struct {
AccessToken string `json:"access_token,omitempty"`
TokenType string `json:"token_type,omitempty"`
ExpiresIn int `json:"expires_in,omitempty"`
RefreshToken string `json:"refresh_token,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.