LeanCloud C# SDK
|
Requests a CAPTCHA image and sends the verification code. More...
Static Public Member Functions | |
static async Task< LCCapture > | RequestCaptcha (int width=82, int height=39) |
Requests a CAPTCHA image from LeanCloud. | |
static async Task | VerifyCaptcha (string code, string token) |
Sends the code to LeanCloud for verification. | |
Requests a CAPTCHA image and sends the verification code.
|
inlinestatic |
Requests a CAPTCHA image from LeanCloud.
width | Width of the CAPTCHA image. |
height | Height of the CAPTCHA image. |
|
inlinestatic |