C# 클래스 kasthack.vksharp.RequestApi.MethodGroup_auth

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

공개 메소드들

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

비공개 메소드들

메소드 설명
MethodGroup_auth ( RequestApi parent ) : System

메소드 상세

CheckPhone() 공개 메소드

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

Confirm() 공개 메소드

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

Restore() 공개 메소드

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