C# Class kasthack.vksharp.RawApi.MethodGroup_Auth

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
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

Private Methods

Method Description
MethodGroup_Auth ( RawApi parent ) : System

Method Details

CheckPhone() public method

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

Confirm() public method

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
return Task

Restore() public method

public Restore ( long phone ) : Task
phone long
return Task