isCaptchaRequired
and setCaptchaToken
functions to check if captcha is required and set the captcha token respectively.
You can implement captcha in your own way, just make sure you call setCaptchaToken
when the captcha challenge is completed, and that you have it set
before calling one of the sign-in functions from the SDK.
setCaptchaToken
function.
The SDK will read the captcha token when making the request to the server.