Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateFilter ¶
type OauthReq ¶
type OauthReq struct {
ResponseType string `json:"responseType,omitempty"`
ClientID string `json:"clientID,omitempty"`
Scope string `json:"scope,omitempty"`
RedirectURI string `json:"redirectURI,omitempty"`
State string `json:"state,omitempty"`
UserID string `json:"userID,omitempty"`
AccessTokenExp int64 `json:"accessTokenExp,omitempty"`
ClientSecret string `json:"clientSecret,omitempty"`
Code string `json:"code,omitempty"`
RefreshToken string `json:"refreshToken,omitempty"`
GrantType string `json:"grantType,omitempty"`
AccessType string `json:"accessType,omitempty"`
LoginURI string `json:"loginURI,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.