Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type BaseUserInfo ¶
type OAuth ¶
type OAuth struct {
// contains filtered or unexported fields
}
OAuth App用户授权
func (*OAuth) LoginCodeAccessToken ¶
func (oauth *OAuth) LoginCodeAccessToken(code string) (*BaseUserInfo, error)
LoginCodeAccessToken 用户登录授权code换取access_token
Click to show internal directories.
Click to hide internal directories.