google-apis-identitytoolkit_v2 0.7.0 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7a7c459dbd7968d21799e8f814b63c826748892730050aa1443d7af3f694852
|
4
|
+
data.tar.gz: 8223a9f1433df68ba3b8a7fa9dd2f01ee67fdf77f90e7708c39b4e8be6473965
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbe35374357fbe95664adac7181b861c74695686d7224e0467da7e073b410804ea9f02336912e14d02a4cb99afcf388f74efc418230a8ca9ff84d769ff33f669
|
7
|
+
data.tar.gz: ca7d8406cfe6153f063d8d52c7b3338c8e6a6f6ad1076749421ef507ad272494453a69645beb3c3767bcc327cd0b9eb4a531b329b19130c21d15f224be11da18
|
data/CHANGELOG.md
CHANGED
@@ -2048,6 +2048,14 @@ module Google
|
|
2048
2048
|
# @return [String]
|
2049
2049
|
attr_accessor :phone_number
|
2050
2050
|
|
2051
|
+
# Android only. Used to assert application identity in place of a recaptcha
|
2052
|
+
# token (or safety net token). A Play Integrity Token can be generated via the [
|
2053
|
+
# PlayIntegrity API] (https://developer.android.com/google/play/integrity) with
|
2054
|
+
# applying SHA256 to the `phone_number` field as the nonce.
|
2055
|
+
# Corresponds to the JSON property `playIntegrityToken`
|
2056
|
+
# @return [String]
|
2057
|
+
attr_accessor :play_integrity_token
|
2058
|
+
|
2051
2059
|
# Web only. Recaptcha solution.
|
2052
2060
|
# Corresponds to the JSON property `recaptchaToken`
|
2053
2061
|
# @return [String]
|
@@ -2071,6 +2079,7 @@ module Google
|
|
2071
2079
|
@ios_receipt = args[:ios_receipt] if args.key?(:ios_receipt)
|
2072
2080
|
@ios_secret = args[:ios_secret] if args.key?(:ios_secret)
|
2073
2081
|
@phone_number = args[:phone_number] if args.key?(:phone_number)
|
2082
|
+
@play_integrity_token = args[:play_integrity_token] if args.key?(:play_integrity_token)
|
2074
2083
|
@recaptcha_token = args[:recaptcha_token] if args.key?(:recaptcha_token)
|
2075
2084
|
@safety_net_token = args[:safety_net_token] if args.key?(:safety_net_token)
|
2076
2085
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IdentitytoolkitV2
|
18
18
|
# Version of the google-apis-identitytoolkit_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.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 = "
|
25
|
+
REVISION = "20230220"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1077,6 +1077,7 @@ module Google
|
|
1077
1077
|
property :ios_receipt, as: 'iosReceipt'
|
1078
1078
|
property :ios_secret, as: 'iosSecret'
|
1079
1079
|
property :phone_number, as: 'phoneNumber'
|
1080
|
+
property :play_integrity_token, as: 'playIntegrityToken'
|
1080
1081
|
property :recaptcha_token, as: 'recaptchaToken'
|
1081
1082
|
property :safety_net_token, as: 'safetyNetToken'
|
1082
1083
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-identitytoolkit_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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-
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|