Documentation
¶
Overview ¶
Package resource implements a client that obtains resource information, and can get/set resource availability
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Token ¶
type Token struct {
// Scopes controlling access booking system
Scopes []string `json:"scopes"`
jwt.RegisteredClaims
}
Token represents a token used for login or booking
Click to show internal directories.
Click to hide internal directories.