google-apis-identitytoolkit_v1 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/identitytoolkit_v1/classes.rb +15 -21
- data/lib/google/apis/identitytoolkit_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f060b97c517bea3f9e0bda7a4b1627fec34820b73c4fbdf6730555f24406b71
|
|
4
|
+
data.tar.gz: 28d8fd6b8f6097d76a5cb562f380235851be9eb8c85129e0f5e3481676a44ddd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1ed41b90957e43d380c3ec3d3e60fa36a07e8ee6d195246d8e772d68c3c43885c790c74994e3788c4243af49bbcc967081dabf5255857a6347ce3a53d039ac7
|
|
7
|
+
data.tar.gz: fcfdcb21b3801d698b0e283d1e7648a05fbb17231b7138bd071993d59b654d2efe2b1be0b882efce43c8ccb9d5c7fe47efc85e6ff44cafcbd4fa6aebac7a4e20
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-identitytoolkit_v1
|
|
2
2
|
|
|
3
|
+
### v0.21.0 (2025-11-02)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251024
|
|
6
|
+
* Regenerated using generator version 0.18.0
|
|
7
|
+
|
|
3
8
|
### v0.20.0 (2025-05-04)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
|
@@ -1727,9 +1727,9 @@ module Google
|
|
|
1727
1727
|
|
|
1728
1728
|
# Request message for SendVerificationCode. 'captcha_response' is required when
|
|
1729
1729
|
# reCAPTCHA enterprise is enabled, or otherwise at least one of (`ios_receipt`
|
|
1730
|
-
# and `ios_secret`), `recaptcha_token`, or `
|
|
1731
|
-
# to verify the verification code is being sent on behalf of a real
|
|
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.
|
|
1733
1733
|
class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest
|
|
1734
1734
|
include Google::Apis::Core::Hashable
|
|
1735
1735
|
|
|
@@ -1751,13 +1751,13 @@ module Google
|
|
|
1751
1751
|
attr_accessor :client_type
|
|
1752
1752
|
|
|
1753
1753
|
# Receipt of successful iOS app token validation. At least one of (`ios_receipt`
|
|
1754
|
-
# and `ios_secret`), `recaptcha_token`, or `
|
|
1755
|
-
# to verify the verification code is being sent on behalf of a real
|
|
1756
|
-
# an emulator, if 'captcha_response' is not used (reCAPTCHA
|
|
1757
|
-
# enabled). This should come from the response of
|
|
1758
|
-
# the caller should also provide the `ios_secret`,
|
|
1759
|
-
# `x-ios-bundle-identifier` header, which must
|
|
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.
|
|
1761
1761
|
# Corresponds to the JSON property `iosReceipt`
|
|
1762
1762
|
# @return [String]
|
|
1763
1763
|
attr_accessor :ios_receipt
|
|
@@ -1786,9 +1786,9 @@ module Google
|
|
|
1786
1786
|
attr_accessor :play_integrity_token
|
|
1787
1787
|
|
|
1788
1788
|
# Recaptcha token for app verification. At least one of (`ios_receipt` and `
|
|
1789
|
-
# ios_secret`), `recaptcha_token`, or `
|
|
1790
|
-
# verify the verification code is being sent on behalf of a real app and not
|
|
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
|
|
1792
1792
|
# enabled). The recaptcha should be generated by calling getRecaptchaParams and
|
|
1793
1793
|
# the recaptcha token will be generated on user completion of the recaptcha
|
|
1794
1794
|
# challenge.
|
|
@@ -1802,14 +1802,8 @@ module Google
|
|
|
1802
1802
|
# @return [String]
|
|
1803
1803
|
attr_accessor :recaptcha_version
|
|
1804
1804
|
|
|
1805
|
-
# Android only.
|
|
1806
|
-
#
|
|
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.
|
|
1813
1807
|
# Corresponds to the JSON property `safetyNetToken`
|
|
1814
1808
|
# @return [String]
|
|
1815
1809
|
attr_accessor :safety_net_token
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module IdentitytoolkitV1
|
|
18
18
|
# Version of the google-apis-identitytoolkit_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251024"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-identitytoolkit_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.21.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Identity Toolkit API V1
|
|
79
79
|
test_files: []
|