Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokens ¶
type AuthTokens struct { // Access Token Access *Token `json:"access"` // Refresh Token Refresh *Token `json:"refresh"` }
Auth tokens have access and refresh token for user
type AuthenticateResult ¶
type AuthenticateResult struct { // User Tokens Data *AuthTokens `json:"data"` }
type ProviderList ¶
type ProviderList struct {
Data []Provider `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.