Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestParameters ¶
type RequestParameters struct { GrantType string `form:"grant_type"` Scope string `form:"scope"` ClientID string `form:"client_id"` ClientSecret string `form:"client_secret"` State string `form:"state"` RedirectURI string `form:"redirect_uri"` ResponseType string `form:"response_type"` Code string `form:"code"` Username string `form:"username"` Password string `form:"password"` RefreshToken string `form:"refresh_token"` }
RequestParameters 请求参数
Click to show internal directories.
Click to hide internal directories.