C# Class kasthack.vksharp.Api.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
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

Private Methods

Méthode Description
MethodGroup_Auth ( Api 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

CheckPhoneSync() public méthode

public CheckPhoneSync ( string phone, string clientSecret, int clientId = null ) : bool
phone string
clientSecret string
clientId int
Résultat bool

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

ConfirmSync() public méthode

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
Résultat kasthack.vksharp.DataTypes.ResponseEntities.ConfirmResult

Restore() public méthode

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

RestoreSync() public méthode

public RestoreSync ( long phone ) : AuthRestore
phone long
Résultat kasthack.vksharp.DataTypes.ResponseEntities.AuthRestore