Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthUsernamePassword ¶
func ValidToken ¶
Types ¶
type Token ¶
type Token struct {
AccessToken string `json:"access_token"`
AccessTokenHash string `json:"access_token_hash"`
ClientId string `json:"client_id"`
ExpiresIn int `json:"expires_in"`
Expiry int `json:"expiry"`
IssuedOn int `json:"issued_on"`
Lifetime int `json:"lifetime"`
Scopes interface{} `json:"scopes"`
TokenId string `json:"token_id"`
TokeType string `json:"token_type"`
UserName string `json:"user_name"`
}
Click to show internal directories.
Click to hide internal directories.