Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type Token ¶
type Token struct { AccessToken string `json:"access_token" required:"true" minLength:"1" title:"AccessToken" description:"Token that authorizes and authenticates"` TokenType string `` /* 142-byte string literal not displayed */ RefreshToken string `` /* 170-byte string literal not displayed */ Expiry time.Time `` /* 294-byte string literal not displayed */ }
Click to show internal directories.
Click to hide internal directories.