C# Class kasthack.vksharp.RequestApi.MethodGroup_auth

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

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

Private Methods

Method Description
MethodGroup_auth ( RequestApi parent ) : System

Method Details

CheckPhone() public method

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

Confirm() public method

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

Restore() public method

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