C# Class kasthack.vksharp.RequestApi.MethodGroup_auth

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

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

Méthode Description
MethodGroup_auth ( RequestApi parent ) : System

Method Details

CheckPhone() public méthode

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

Confirm() public méthode

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

Restore() public méthode

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