Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Token ¶
type Token struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
AccessLevel string `json:"access_level"`
Active string `json:"active"`
Revoked string `json:"revoked"`
CreatedAt string `json:"created_at"`
ExpiresAt string `json:"expires_at"`
LastUsedAt string `json:"last_used_at"`
Scopes string `json:"scopes"`
}
Click to show internal directories.
Click to hide internal directories.