Documentation
¶
Index ¶
Constants ¶
View Source
const (
ExpiresInSeconds = 7200
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessToken ¶
type AccessTokenSession ¶
type AccessTokenSession struct {
AccessToken AccessToken `json:"access_token"`
AccountId uuid.UUID `json:"account_id"`
}
Click to show internal directories.
Click to hide internal directories.