recaptchaToken property
Recaptcha token for app verification.
At least one of (ios_receipt
and ios_secret
), recaptcha_token
, or
safety_net_token
must be specified to verify the verification code is
being sent on behalf of a real app and not an emulator. The recaptcha
should be generated by calling getRecaptchaParams and the recaptcha token
will be generated on user completion of the recaptcha challenge.
Implementation
core.String? recaptchaToken;