LeanCloud C# SDK
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
LeanCloud.Storage.LCSMSClient Class Reference

LeanCloud SMS Client. More...

Static Public Member Functions

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.
 

Detailed Description

LeanCloud SMS Client.

Member Function Documentation

◆ 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
variablesTemplate variables
Returns

◆ RequestVoiceCode()

static async Task LeanCloud.Storage.LCSMSClient.RequestVoiceCode ( string  mobile)
inlinestatic

Requests to send the verification code via phone call.

Parameters
mobile
Returns

◆ VerifyMobilePhone()

static async Task LeanCloud.Storage.LCSMSClient.VerifyMobilePhone ( string  mobile,
string  code 
)
inlinestatic

Verifies the mobile number with the verification code.

Parameters
mobile
code
Returns

The documentation for this class was generated from the following file: