@@ -1727,9 +1727,9 @@ def update!(**args)
17271727
17281728 # Request message for SendVerificationCode. 'captcha_response' is required when
17291729 # reCAPTCHA enterprise is enabled, or otherwise at least one of (`ios_receipt`
1730- # and `ios_secret`), `recaptcha_token`, or `safety_net_token ` must be specified
1731- # to verify the verification code is being sent on behalf of a real app and not
1732- # an emulator.
1730+ # and `ios_secret`), `recaptcha_token`, or `play_integrity_token ` must be
1731+ # specified to verify the verification code is being sent on behalf of a real
1732+ # app and not an emulator.
17331733 class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest
17341734 include Google ::Apis ::Core ::Hashable
17351735
@@ -1751,13 +1751,13 @@ class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest
17511751 attr_accessor :client_type
17521752
17531753 # Receipt of successful iOS app token validation. At least one of (`ios_receipt`
1754- # and `ios_secret`), `recaptcha_token`, or `safety_net_token ` must be specified
1755- # to verify the verification code is being sent on behalf of a real app and not
1756- # an emulator, if 'captcha_response' is not used (reCAPTCHA enterprise is not
1757- # enabled). This should come from the response of verifyIosClient. If present,
1758- # the caller should also provide the `ios_secret`, as well as a bundle ID in the
1759- # `x-ios-bundle-identifier` header, which must match the bundle ID from the
1760- # verifyIosClient request.
1754+ # and `ios_secret`), `recaptcha_token`, or `play_integrity_token ` must be
1755+ # specified to verify the verification code is being sent on behalf of a real
1756+ # app and not an emulator, if 'captcha_response' is not used (reCAPTCHA
1757+ # enterprise is not enabled). This should come from the response of
1758+ # verifyIosClient. If present, the caller should also provide the `ios_secret`,
1759+ # as well as a bundle ID in the `x-ios-bundle-identifier` header, which must
1760+ # match the bundle ID from the verifyIosClient request.
17611761 # Corresponds to the JSON property `iosReceipt`
17621762 # @return [String]
17631763 attr_accessor :ios_receipt
@@ -1786,9 +1786,9 @@ class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest
17861786 attr_accessor :play_integrity_token
17871787
17881788 # Recaptcha token for app verification. At least one of (`ios_receipt` and `
1789- # ios_secret`), `recaptcha_token`, or `safety_net_token ` must be specified to
1790- # verify the verification code is being sent on behalf of a real app and not an
1791- # emulator, if 'captcha_response' is not used (reCAPTCHA enterprise is not
1789+ # ios_secret`), `recaptcha_token`, or `play_integrity_token ` must be specified
1790+ # to verify the verification code is being sent on behalf of a real app and not
1791+ # an emulator, if 'captcha_response' is not used (reCAPTCHA enterprise is not
17921792 # enabled). The recaptcha should be generated by calling getRecaptchaParams and
17931793 # the recaptcha token will be generated on user completion of the recaptcha
17941794 # challenge.
@@ -1802,14 +1802,8 @@ class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest
18021802 # @return [String]
18031803 attr_accessor :recaptcha_version
18041804
1805- # Android only. Used to assert application identity in place of a recaptcha
1806- # token. At least one of (`ios_receipt` and `ios_secret`), `recaptcha_token`, or
1807- # `safety_net_token` must be specified to verify the verification code is being
1808- # sent on behalf of a real app and not an emulator, if 'captcha_response' is not
1809- # used (reCAPTCHA enterprise is not enabled). A SafetyNet Token can be generated
1810- # via the [SafetyNet Android Attestation API](https://developer.android.com/
1811- # training/safetynet/attestation.html), with the Base64 encoding of the `
1812- # phone_number` field as the nonce.
1805+ # Android only. Safety Net has been deprecated. Please use play_integrity_token
1806+ # instead.
18131807 # Corresponds to the JSON property `safetyNetToken`
18141808 # @return [String]
18151809 attr_accessor :safety_net_token
0 commit comments