Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConsentInfo ¶ added in v0.2.0
type ConsentInfo struct {
ClientID string `json:"client_id"`
ClientName string `json:"client_name"`
Scopes []string `json:"scopes"`
GrantedAt time.Time `json:"granted_at"`
ExpiresAt time.Time `json:"expires_at"`
Permissions []string `json:"permissions"`
Description string `json:"description"`
RedirectURIs []string `json:"redirect_uris"`
}
ConsentInfo represents OAuth consent information
Click to show internal directories.
Click to hide internal directories.