Méthode | Description | |
---|---|---|
GenerateIdentity ( string phoneNumber, string salt = "" ) : string | ||
GetToken ( string number ) : string | ||
RegisterCode ( string phoneNumber, string code, string id = null ) : string | ||
RegisterCode ( string phoneNumber, string code, string &response, string id = null ) : string | ||
RequestCode ( string phoneNumber, string &password, string method = "sms", string id = null ) : bool | ||
RequestCode ( string phoneNumber, string &password, string &response, string method = "sms", string id = null ) : bool | ||
RequestCode ( string phoneNumber, string &password, string &request, string &response, string method = "sms", string id = null ) : bool | ||
RequestExist ( string phoneNumber, string id = null ) : string | ||
RequestExist ( string phoneNumber, string &response, string id = null ) : string | ||
UrlEncode ( string data ) : string |
Méthode | Description | |
---|---|---|
GetJsonValue ( this s, string parameter ) : string | ||
GetLanguageAndLocale ( this self, string &language, string &locale ) : void | ||
GetResponse ( string uri ) : string | ||
GetResponse ( string url, NameValueCollection QueryStringParameters = null, NameValueCollection RequestHeaders = null ) : string | ||
ToMD5String ( this s ) : string | ||
ToMD5String ( this |
||
ToSHAString ( this s ) : string | ||
ToSHAString ( this |
public static GenerateIdentity ( string phoneNumber, string salt = "" ) : string | ||
phoneNumber | string | |
salt | string | |
Résultat | string |
public static GetToken ( string number ) : string | ||
number | string | |
Résultat | string |
public static RegisterCode ( string phoneNumber, string code, string id = null ) : string | ||
phoneNumber | string | |
code | string | |
id | string | |
Résultat | string |
public static RegisterCode ( string phoneNumber, string code, string &response, string id = null ) : string | ||
phoneNumber | string | |
code | string | |
response | string | |
id | string | |
Résultat | string |
public static RequestCode ( string phoneNumber, string &password, string method = "sms", string id = null ) : bool | ||
phoneNumber | string | |
password | string | |
method | string | |
id | string | |
Résultat | bool |
public static RequestCode ( string phoneNumber, string &password, string &response, string method = "sms", string id = null ) : bool | ||
phoneNumber | string | |
password | string | |
response | string | |
method | string | |
id | string | |
Résultat | bool |
public static RequestCode ( string phoneNumber, string &password, string &request, string &response, string method = "sms", string id = null ) : bool | ||
phoneNumber | string | |
password | string | |
request | string | |
response | string | |
method | string | |
id | string | |
Résultat | bool |
public static RequestExist ( string phoneNumber, string id = null ) : string | ||
phoneNumber | string | |
id | string | |
Résultat | string |
public static RequestExist ( string phoneNumber, string &response, string id = null ) : string | ||
phoneNumber | string | |
response | string | |
id | string | |
Résultat | string |
public static UrlEncode ( string data ) : string | ||
data | string | |
Résultat | string |