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 |
Méthode | Description | |
---|---|---|
MethodGroup_Auth ( |
public CheckPhone ( string phone, string clientSecret, int clientId = null ) : Task |
||
phone | string | |
clientSecret | string | |
clientId | int | |
Résultat | Task |
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 |