iosReceipt property
Receipt of successful iOS app token validation.
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, if
'captcha_response' is not used (reCAPTCHA enterprise is not enabled). This
should come from the response of verifyIosClient. If present, the caller
should also provide the ios_secret, as well as a bundle ID in the
x-ios-bundle-identifier header, which must match the bundle ID from the
verifyIosClient request.
Implementation
core.String? iosReceipt;