google-apis-identitytoolkit_v1 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 132b6138f5a29f77c5dfba5e68ae236700f520fc67b0f764555ab20b59f2de65
4
- data.tar.gz: d850e56919ca70d49982a4990abe2b221b258eb1e93c09d6b26cec904c7c1934
3
+ metadata.gz: a7b5a20913a010efeace339435c1dfa0cba2da68548598dd50db612681553aab
4
+ data.tar.gz: c78585ccbfe538085d0457873b2f25e36033b093009b062226890f4e95a763ce
5
5
  SHA512:
6
- metadata.gz: 22fa2b5f45e0728db2cc6998f87581cc645077f117f2ef5662b45f5ae644a6935850cc107b90dd21813eaf6020d7331d92df578f24ad6a3a9717e5cbdc3d6937
7
- data.tar.gz: a043e62351c906d2fb52577a9cfd127a8ea9359104ada7e270a02ef457152b1d0249ac61b3c3af9c1776ec48482cfa33e83add1ac71645d12d5ec921315d082e
6
+ metadata.gz: 882f28dc2f9b5361eb6aa33f40c2f7bac7ce7c294ce9179a5b3700fc9bbc34d90bb9c6b71ce8d298b9cdfa2bfc954ec0ecb418dd30bf92d7fc738ae45e4b80cf
7
+ data.tar.gz: 61c09d7ee8968c70fbe7b9afc98947cf2e15193dfc1d6a9bd6fa2c26a2bc185d53a1990bafc4dff4eaff246301066a4e4170c5ae18a34c359104a2a86b5ad641
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-identitytoolkit_v1
2
2
 
3
+ ### v0.5.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230220
6
+
3
7
  ### v0.4.0 (2023-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230211
@@ -1710,6 +1710,17 @@ module Google
1710
1710
  # @return [String]
1711
1711
  attr_accessor :phone_number
1712
1712
 
1713
+ # Android only. Used to assert application identity in place of a recaptcha
1714
+ # token (and safety_net_token). At least one of (`ios_receipt` and `ios_secret`),
1715
+ # `recaptcha_token`, , or `play_integrity_token` must be specified to verify
1716
+ # the verification code is being sent on behalf of a real app and not an
1717
+ # emulator. A Play Integrity Token can be generated via the [PlayIntegrity API](
1718
+ # https://developer.android.com/google/play/integrity) with applying SHA256 to
1719
+ # the `phone_number` field as the nonce.
1720
+ # Corresponds to the JSON property `playIntegrityToken`
1721
+ # @return [String]
1722
+ attr_accessor :play_integrity_token
1723
+
1713
1724
  # Recaptcha token for app verification. At least one of (`ios_receipt` and `
1714
1725
  # ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified to
1715
1726
  # verify the verification code is being sent on behalf of a real app and not an
@@ -1746,6 +1757,7 @@ module Google
1746
1757
  @ios_receipt = args[:ios_receipt] if args.key?(:ios_receipt)
1747
1758
  @ios_secret = args[:ios_secret] if args.key?(:ios_secret)
1748
1759
  @phone_number = args[:phone_number] if args.key?(:phone_number)
1760
+ @play_integrity_token = args[:play_integrity_token] if args.key?(:play_integrity_token)
1749
1761
  @recaptcha_token = args[:recaptcha_token] if args.key?(:recaptcha_token)
1750
1762
  @safety_net_token = args[:safety_net_token] if args.key?(:safety_net_token)
1751
1763
  @tenant_id = args[:tenant_id] if args.key?(:tenant_id)
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230211"
25
+ REVISION = "20230220"
26
26
  end
27
27
  end
28
28
  end
@@ -770,6 +770,7 @@ module Google
770
770
  property :ios_receipt, as: 'iosReceipt'
771
771
  property :ios_secret, as: 'iosSecret'
772
772
  property :phone_number, as: 'phoneNumber'
773
+ property :play_integrity_token, as: 'playIntegrityToken'
773
774
  property :recaptcha_token, as: 'recaptchaToken'
774
775
  property :safety_net_token, as: 'safetyNetToken'
775
776
  property :tenant_id, as: 'tenantId'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-identitytoolkit_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v1
63
63
  post_install_message:
64
64
  rdoc_options: []