Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth2TokenResponse ¶
type OAuth2TokenResponse struct {
AccessToken string
RefreshToken string
TokenType string
ExpiresIn *int64
Scope string
IdToken string
}
OAuth2TokenResponse represents the token response from OAuth2 authorization server
Click to show internal directories.
Click to hide internal directories.