LeanCloud SMS Client.
More...
|
| static async Task | RequestSMSCode (string mobile, string template=null, string signature=null, string captchaToken=null, Dictionary< string, object > variables=null) |
| | Requests an SMS code for operation verification.
|
| |
| static async Task | RequestVoiceCode (string mobile) |
| | Requests to send the verification code via phone call.
|
| |
| static async Task | VerifyMobilePhone (string mobile, string code) |
| | Verifies the mobile number with the verification code.
|
| |
◆ RequestSMSCode()
| static async Task LeanCloud.Storage.LCSMSClient.RequestSMSCode |
( |
string |
mobile, |
|
|
string |
template = null, |
|
|
string |
signature = null, |
|
|
string |
captchaToken = null, |
|
|
Dictionary< string, object > |
variables = null |
|
) |
| |
|
inlinestatic |
Requests an SMS code for operation verification.
- Parameters
-
| mobile | |
| template | |
| signature | |
| captchaToken | |
| variables | Template variables |
- Returns
◆ RequestVoiceCode()
| static async Task LeanCloud.Storage.LCSMSClient.RequestVoiceCode |
( |
string |
mobile | ) |
|
|
inlinestatic |
Requests to send the verification code via phone call.
- Parameters
-
- Returns
◆ VerifyMobilePhone()
| static async Task LeanCloud.Storage.LCSMSClient.VerifyMobilePhone |
( |
string |
mobile, |
|
|
string |
code |
|
) |
| |
|
inlinestatic |
Verifies the mobile number with the verification code.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: