Skip to content

Commit ca10070

Browse files
feat: Automated regeneration of identitytoolkit v1 client (#24782)
Auto-created at 2025-11-02 09:26:40 +0000 using the toys pull request generator.
1 parent df792f7 commit ca10070

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

generated/google-apis-identitytoolkit_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-identitytoolkit_v1
22

3+
### v0.21.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251024
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.20.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-identitytoolkit_v1/lib/google/apis/identitytoolkit_v1/classes.rb

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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

generated/google-apis-identitytoolkit_v1/lib/google/apis/identitytoolkit_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module IdentitytoolkitV1
1818
# Version of the google-apis-identitytoolkit_v1 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250130"
25+
REVISION = "20251024"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)