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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

CheckPhone() 공개 메소드

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

CheckPhoneSync() 공개 메소드

public CheckPhoneSync ( string phone, string clientSecret, int clientId = null ) : bool
phone string
clientSecret string
clientId int
리턴 bool

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

ConfirmSync() 공개 메소드

public ConfirmSync ( int clientId, string clientSecret, string phone, string code, string password = "", bool testMode = false, int intro = null ) : ConfirmResult
clientId int
clientSecret string
phone string
code string
password string
testMode bool
intro int
리턴 kasthack.vksharp.DataTypes.ResponseEntities.ConfirmResult

Restore() 공개 메소드

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

RestoreSync() 공개 메소드

public RestoreSync ( long phone ) : AuthRestore
phone long
리턴 kasthack.vksharp.DataTypes.ResponseEntities.AuthRestore