google-apis-firebaseappcheck_v1beta 0.32.0 → 0.33.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: c762f388d2522adb4486fa75369a0072ac13f6f526a494ad8136104083b98c71
|
|
4
|
+
data.tar.gz: fb43c208385432f065163414dec615fbb376298071baea34c0899d1a4464c3de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab1e1743150a09a111211cb39cd0d193ea579b3c45041950a7d954eb71027f1ca811eb3a192a65cfa3aa19682c0f310a6bbef6f0f17e1883da0b8edc4c5a8b8d
|
|
7
|
+
data.tar.gz: bdfbc83453832c476b2c38fd0e2df794868d7f1b1290805e8925816c34f1ad2474a290083e2f5b9b96f0256a60aa5a53146a71129374a6e579be81a09868758b
|
data/CHANGELOG.md
CHANGED
|
@@ -429,8 +429,10 @@ module Google
|
|
|
429
429
|
# @return [String]
|
|
430
430
|
attr_accessor :challenge
|
|
431
431
|
|
|
432
|
-
#
|
|
433
|
-
#
|
|
432
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
433
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
434
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
435
|
+
# false`.
|
|
434
436
|
# Corresponds to the JSON property `limitedUse`
|
|
435
437
|
# @return [Boolean]
|
|
436
438
|
attr_accessor :limited_use
|
|
@@ -473,8 +475,10 @@ module Google
|
|
|
473
475
|
# @return [String]
|
|
474
476
|
attr_accessor :key_id
|
|
475
477
|
|
|
476
|
-
#
|
|
477
|
-
#
|
|
478
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
479
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
480
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
481
|
+
# false`.
|
|
478
482
|
# Corresponds to the JSON property `limitedUse`
|
|
479
483
|
# @return [Boolean]
|
|
480
484
|
attr_accessor :limited_use
|
|
@@ -537,8 +541,10 @@ module Google
|
|
|
537
541
|
# @return [String]
|
|
538
542
|
attr_accessor :custom_token
|
|
539
543
|
|
|
540
|
-
#
|
|
541
|
-
#
|
|
544
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
545
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
546
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
547
|
+
# false`.
|
|
542
548
|
# Corresponds to the JSON property `limitedUse`
|
|
543
549
|
# @return [Boolean]
|
|
544
550
|
attr_accessor :limited_use
|
|
@@ -565,8 +571,10 @@ module Google
|
|
|
565
571
|
# @return [String]
|
|
566
572
|
attr_accessor :debug_token
|
|
567
573
|
|
|
568
|
-
#
|
|
569
|
-
#
|
|
574
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
575
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
576
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
577
|
+
# false`.
|
|
570
578
|
# Corresponds to the JSON property `limitedUse`
|
|
571
579
|
# @return [Boolean]
|
|
572
580
|
attr_accessor :limited_use
|
|
@@ -594,8 +602,10 @@ module Google
|
|
|
594
602
|
# @return [String]
|
|
595
603
|
attr_accessor :device_token
|
|
596
604
|
|
|
597
|
-
#
|
|
598
|
-
#
|
|
605
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
606
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
607
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
608
|
+
# false`.
|
|
599
609
|
# Corresponds to the JSON property `limitedUse`
|
|
600
610
|
# @return [Boolean]
|
|
601
611
|
attr_accessor :limited_use
|
|
@@ -616,8 +626,10 @@ module Google
|
|
|
616
626
|
class GoogleFirebaseAppcheckV1betaExchangePlayIntegrityTokenRequest
|
|
617
627
|
include Google::Apis::Core::Hashable
|
|
618
628
|
|
|
619
|
-
#
|
|
620
|
-
#
|
|
629
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
630
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
631
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
632
|
+
# false`.
|
|
621
633
|
# Corresponds to the JSON property `limitedUse`
|
|
622
634
|
# @return [Boolean]
|
|
623
635
|
attr_accessor :limited_use
|
|
@@ -645,8 +657,10 @@ module Google
|
|
|
645
657
|
class GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest
|
|
646
658
|
include Google::Apis::Core::Hashable
|
|
647
659
|
|
|
648
|
-
#
|
|
649
|
-
#
|
|
660
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
661
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
662
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
663
|
+
# false`.
|
|
650
664
|
# Corresponds to the JSON property `limitedUse`
|
|
651
665
|
# @return [Boolean]
|
|
652
666
|
attr_accessor :limited_use
|
|
@@ -694,8 +708,10 @@ module Google
|
|
|
694
708
|
class GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest
|
|
695
709
|
include Google::Apis::Core::Hashable
|
|
696
710
|
|
|
697
|
-
#
|
|
698
|
-
#
|
|
711
|
+
# Specifies whether this attestation is for use in a *limited use* (`true`) or *
|
|
712
|
+
# session based* (`false`) context. To enable this attestation to be used with
|
|
713
|
+
# the *replay protection* feature, set this to `true`. The default value is `
|
|
714
|
+
# false`.
|
|
699
715
|
# Corresponds to the JSON property `limitedUse`
|
|
700
716
|
# @return [Boolean]
|
|
701
717
|
attr_accessor :limited_use
|
|
@@ -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.33.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 = "20231009"
|
|
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.33.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-
|
|
11
|
+
date: 2023-10-15 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-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.33.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|