C# 클래스 WeChatSDK.Extensions.WeChatSns

파일 보기 프로젝트 열기: zhxilin/WeChatSDK

공개 메소드들

메소드 설명
GetAccessTokenAsync ( string code ) : Task
GetUserInfoAsync ( string token, string openid ) : Task
Initialize ( string appid, string appsecret, string scope = null ) : void

메소드 상세

GetAccessTokenAsync() 공개 정적인 메소드

public static GetAccessTokenAsync ( string code ) : Task
code string
리턴 Task

GetUserInfoAsync() 공개 정적인 메소드

public static GetUserInfoAsync ( string token, string openid ) : Task
token string
openid string
리턴 Task

Initialize() 공개 정적인 메소드

public static Initialize ( string appid, string appsecret, string scope = null ) : void
appid string
appsecret string
scope string
리턴 void