google-apis-firebaseappcheck_v1beta 0.17.0 → 0.18.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: 868ec1575aeed57defa9e7081f23e6ca32ca999c806077b8b37225a84a7c65a0
|
4
|
+
data.tar.gz: ce5decb9684b4c92b1af7b0f8d89ffbdefd277c98d8acf44258edeb859ac53e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6035d31a9647ffe178e625514bd083f185cae177a2b57c405ebf7d5dbc02a3d689c2bbf58fb638cb7a6aed4aa091fcc3669f86e2d2ca6c2dca90224377a7cb2d
|
7
|
+
data.tar.gz: c9f7d3d758aca62f00398a1fa13d20163c62d595a32958384544be7d7cb3883f1efa130ee32bce63c3ccd839a2f4baed82a99184b91f124cb79a063e87ca91c7
|
data/CHANGELOG.md
CHANGED
@@ -61,10 +61,9 @@ module Google
|
|
61
61
|
class GoogleFirebaseAppcheckV1betaAppCheckToken
|
62
62
|
include Google::Apis::Core::Hashable
|
63
63
|
|
64
|
-
#
|
65
|
-
#
|
66
|
-
#
|
67
|
-
# Firebase services protected by App Check.
|
64
|
+
# An App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/
|
65
|
+
# html/rfc7519) containing claims that identify the attested app and Firebase
|
66
|
+
# project. This token is used to access Firebase services protected by App Check.
|
68
67
|
# Corresponds to the JSON property `attestationToken`
|
69
68
|
# @return [String]
|
70
69
|
attr_accessor :attestation_token
|
@@ -927,10 +926,10 @@ module Google
|
|
927
926
|
end
|
928
927
|
end
|
929
928
|
|
930
|
-
#
|
931
|
-
#
|
932
|
-
#
|
933
|
-
#
|
929
|
+
# An app's reCAPTCHA v3 configuration object. This configuration is used by
|
930
|
+
# ExchangeRecaptchaToken to validate reCAPTCHA tokens issued to apps by
|
931
|
+
# reCAPTCHA v3. It also controls certain properties of the returned `
|
932
|
+
# AppCheckToken`, such as its ttl.
|
934
933
|
class GoogleFirebaseAppcheckV1betaRecaptchaConfig
|
935
934
|
include Google::Apis::Core::Hashable
|
936
935
|
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220513"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -360,9 +360,8 @@ module Google
|
|
360
360
|
execute_or_queue_command(command, &block)
|
361
361
|
end
|
362
362
|
|
363
|
-
#
|
364
|
-
#
|
365
|
-
# If valid, returns an AppCheckToken.
|
363
|
+
# Validates a [reCAPTCHA v3 response token](https://developers.google.com/
|
364
|
+
# recaptcha/docs/v3). If valid, returns an AppCheckToken.
|
366
365
|
# @param [String] app
|
367
366
|
# Required. The relative resource name of the web app, in the format: ```
|
368
367
|
# projects/`project_number`/apps/`app_id` ``` If necessary, the `project_number`
|
@@ -1077,10 +1076,8 @@ module Google
|
|
1077
1076
|
execute_or_queue_command(command, &block)
|
1078
1077
|
end
|
1079
1078
|
|
1080
|
-
#
|
1081
|
-
#
|
1082
|
-
# RecaptchaConfigs for the specified list of apps. For security reasons, the `
|
1083
|
-
# site_secret` field is never populated in the response.
|
1079
|
+
# Atomically gets the RecaptchaConfigs for the specified list of apps. For
|
1080
|
+
# security reasons, the `site_secret` field is never populated in the response.
|
1084
1081
|
# @param [String] parent
|
1085
1082
|
# Required. The parent project name shared by all RecaptchaConfigs being
|
1086
1083
|
# retrieved, in the format ``` projects/`project_number` ``` The parent
|
@@ -1118,10 +1115,8 @@ module Google
|
|
1118
1115
|
execute_or_queue_command(command, &block)
|
1119
1116
|
end
|
1120
1117
|
|
1121
|
-
#
|
1122
|
-
#
|
1123
|
-
# specified app. For security reasons, the `site_secret` field is never
|
1124
|
-
# populated in the response.
|
1118
|
+
# Gets the RecaptchaConfig for the specified app. For security reasons, the `
|
1119
|
+
# site_secret` field is never populated in the response.
|
1125
1120
|
# @param [String] name
|
1126
1121
|
# Required. The relative resource name of the RecaptchaConfig, in the format: ```
|
1127
1122
|
# projects/`project_number`/apps/`app_id`/recaptchaConfig ```
|
@@ -1152,11 +1147,10 @@ module Google
|
|
1152
1147
|
execute_or_queue_command(command, &block)
|
1153
1148
|
end
|
1154
1149
|
|
1155
|
-
#
|
1156
|
-
#
|
1157
|
-
#
|
1158
|
-
#
|
1159
|
-
# reasons, the `site_secret` field is never populated in the response.
|
1150
|
+
# Updates the RecaptchaConfig for the specified app. While this configuration is
|
1151
|
+
# incomplete or invalid, the app will be unable to exchange reCAPTCHA tokens for
|
1152
|
+
# App Check tokens. For security reasons, the `site_secret` field is never
|
1153
|
+
# populated in the response.
|
1160
1154
|
# @param [String] name
|
1161
1155
|
# Required. The relative resource name of the reCAPTCHA v3 configuration object,
|
1162
1156
|
# in the format: ``` projects/`project_number`/apps/`app_id`/recaptchaConfig ```
|
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.18.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: 2022-05-
|
11
|
+
date: 2022-05-23 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.18.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: []
|