C# Класс kasthack.vksharp.RequestApi.MethodGroup_auth

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
MethodGroup_auth ( RequestApi parent ) : System

Описание методов

CheckPhone() публичный Метод

public CheckPhone ( string phone, string clientSecret, int clientId = null ) : Request
phone string
clientSecret string
clientId int
Результат Request

Confirm() публичный Метод

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
Результат Request

Restore() публичный Метод

public Restore ( long phone ) : Request
phone long
Результат Request