Method | Description | |
---|---|---|
GetAccessTokenAsync ( string code ) : Task |
||
GetUserInfoAsync ( string token, string openid ) : Task |
||
Initialize ( string appid, string appsecret, string scope = null ) : void |
public static GetAccessTokenAsync ( string code ) : Task |
||
code | string | |
return | Task |
public static GetUserInfoAsync ( string token, string openid ) : Task |
||
token | string | |
openid | string | |
return | Task |
public static Initialize ( string appid, string appsecret, string scope = null ) : void | ||
appid | string | |
appsecret | string | |
scope | string | |
return | void |