Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthToken ¶
type AuthToken struct { AccessToken string `json:"access_token"` ExpiresIn uint `json:"expires_in"` RefreshToken string `json:"refresh_token"` Scope string `json:"scope"` }
AuthToken is a struct containing the OAuth token details for an authorized user
Click to show internal directories.
Click to hide internal directories.