C# Class kasthack.vksharp.RawApi.MethodGroup_Auth

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode 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

Méthode Description
MethodGroup_Auth ( RawApi parent ) : System

Method Details

CheckPhone() public méthode

public CheckPhone ( string phone, string clientSecret, int clientId = null ) : Task
phone string
clientSecret string
clientId int
Résultat Task

Confirm() public méthode

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
Résultat Task

Restore() public méthode

public Restore ( long phone ) : Task
phone long
Résultat Task