메소드 | 설명 | |
---|---|---|
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 ) : |
||
Restore ( long phone ) : Task |
||
RestoreSync ( long phone ) : |
메소드 | 설명 | |
---|---|---|
MethodGroup_Auth ( |
public CheckPhone ( string phone, string clientSecret, int clientId = null ) : Task |
||
phone | string | |
clientSecret | string | |
clientId | int | |
리턴 | Task |
public CheckPhoneSync ( string phone, string clientSecret, int clientId = null ) : bool | ||
phone | string | |
clientSecret | string | |
clientId | int | |
리턴 | bool |
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 | |
리턴 | Task |
public ConfirmSync ( int clientId, string clientSecret, string phone, string code, string password = "", bool testMode = false, int intro = null ) : |
||
clientId | int | |
clientSecret | string | |
phone | string | |
code | string | |
password | string | |
testMode | bool | |
intro | int | |
리턴 |
public RestoreSync ( long phone ) : |
||
phone | long | |
리턴 |