google-apis-firebaseappcheck_v1beta 0.2.0 → 0.3.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e09660618d6bea19e59271ea3625c31ce21a5a161e7e949fead384504e4f1a8
|
|
4
|
+
data.tar.gz: '08bb1305fa7aa9035ce100fa7514eb50eff6507b89e0f6c6566cfcd4790bdcb6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e3725f9908beb616f7849eabbfd1652f090ebdcea8b7bb234949fe2e4261dd1dfc3ca2a25b83e56cdb03614b3ed04e5669e942bd2c2496fcf3326ecf72d030f
|
|
7
|
+
data.tar.gz: a453892a33084d9f807ed718e6dbde98521af7d7a336207719b79777fbbd0fe6da47ac5293e9c7c7dcdf94f8ad72fd2e3d1091136f70953cfda494e77c6a688a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-firebaseappcheck_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2021-06-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210625
|
|
6
|
+
* Regenerated using generator version 0.4.0
|
|
7
|
+
|
|
3
8
|
### v0.2.0 (2021-06-24)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20210621
|
|
@@ -209,7 +209,11 @@ module Google
|
|
|
209
209
|
|
|
210
210
|
# An app's DeviceCheck configuration object. This configuration is used by
|
|
211
211
|
# ExchangeDeviceCheckToken to validate device tokens issued to apps by
|
|
212
|
-
# DeviceCheck.
|
|
212
|
+
# DeviceCheck. It also controls certain properties of the returned App Check
|
|
213
|
+
# token, such as its ttl. Note that the Team ID registered with your app is used
|
|
214
|
+
# as part of the validation process. Please register it via the Firebase Console
|
|
215
|
+
# or programmatically via the [Firebase Management Service](https://firebase.
|
|
216
|
+
# google.com/docs/projects/api/reference/rest/v1beta1/projects.iosApps/patch).
|
|
213
217
|
class GoogleFirebaseAppcheckV1betaDeviceCheckConfig
|
|
214
218
|
include Google::Apis::Core::Hashable
|
|
215
219
|
|
|
@@ -324,7 +328,8 @@ module Google
|
|
|
324
328
|
end
|
|
325
329
|
end
|
|
326
330
|
|
|
327
|
-
# Response message for ExchangeAppAttestAttestation
|
|
331
|
+
# Response message for ExchangeAppAttestAttestation and
|
|
332
|
+
# ExchangeAppAttestDebugAttestation
|
|
328
333
|
class GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse
|
|
329
334
|
include Google::Apis::Core::Hashable
|
|
330
335
|
|
|
@@ -601,7 +606,8 @@ module Google
|
|
|
601
606
|
|
|
602
607
|
# An app's reCAPTCHA v3 configuration object. This configuration is used by
|
|
603
608
|
# ExchangeRecaptchaToken to validate reCAPTCHA tokens issued to apps by
|
|
604
|
-
# reCAPTCHA v3.
|
|
609
|
+
# reCAPTCHA v3. It also controls certain properties of the returned App Check
|
|
610
|
+
# token, such as its ttl.
|
|
605
611
|
class GoogleFirebaseAppcheckV1betaRecaptchaConfig
|
|
606
612
|
include Google::Apis::Core::Hashable
|
|
607
613
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebaseappcheckV1beta
|
|
18
18
|
# Version of the google-apis-firebaseappcheck_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210625"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebaseappcheck_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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: 2021-
|
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.4'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.4'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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/master/generated/google-apis-firebaseappcheck_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.3.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-firebaseappcheck_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|