C# 클래스 kasthack.vksharp.RawApi.MethodGroup_Auth

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
CheckPhone ( string phone, string clientSecret, int clientId = null ) : Task
Confirm ( int clientId, string clientSecret, string phone, string code, string password = "", bool testMode = false, int intro = null ) : Task
Restore ( long phone ) : Task

비공개 메소드들

메소드 설명
MethodGroup_Auth ( RawApi parent ) : System

메소드 상세

CheckPhone() 공개 메소드

public CheckPhone ( string phone, string clientSecret, int clientId = null ) : Task
phone string
clientSecret string
clientId int
리턴 Task

Confirm() 공개 메소드

public Confirm ( int clientId, string clientSecret, string phone, string code, string password = "", bool testMode = false, int intro = null ) : Task
clientId int
clientSecret string
phone string
code string
password string
testMode bool
intro int
리턴 Task

Restore() 공개 메소드

public Restore ( long phone ) : Task
phone long
리턴 Task