package
Version:
v1.3.5
Opens a new window with list of versions in this module.
Published: Jul 12, 2024
License: Apache-2.0
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 TokenResponse struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn uint `json:"expires_in"`
CNonce string `json:"c_nonce"`
CNonceExpiresIn uint `json:"c_nonce_expires_in"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.