Метод | Описание | |
---|---|---|
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 ( |
public CheckPhone ( string phone, string clientSecret, int clientId = null ) : Request |
||
phone | string | |
clientSecret | string | |
clientId | int | |
Результат | Request |
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 |