google-apis-identitytoolkit_v1 0.10.0 → 0.11.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: 67d4befec6578fd7726d3bf003a72ff18c103b21a99e7cec5e0a09a9730d1a01
|
4
|
+
data.tar.gz: 5424b676bd4514918f18159b4030251f973bf73b59ba28081f9acc3e2805c81d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b96a7239bf70e0d586b20ac8d3d3319890edd7d14b53c36b22ce85d43349236090d0bcfc495715f883b5a0c81b9f92843e2e6310162350106af1feab7b87f52
|
7
|
+
data.tar.gz: 22eefd7e579e89393e772cd288d3f98eaca43cf946a1643f8a39f71fbb366afa19e556603cb1093f2fce23a5609f74c514b4e5fcd48ab5ae189b0de602b8a336
|
data/CHANGELOG.md
CHANGED
@@ -119,7 +119,7 @@ module Google
|
|
119
119
|
attr_accessor :local_ids
|
120
120
|
|
121
121
|
# If the accounts belong to an Identity Platform tenant, the ID of the tenant.
|
122
|
-
# If the accounts belong to
|
122
|
+
# If the accounts belong to a default Identity Platform project, the field is
|
123
123
|
# not needed.
|
124
124
|
# Corresponds to the JSON property `tenantId`
|
125
125
|
# @return [String]
|
@@ -2523,19 +2523,19 @@ module Google
|
|
2523
2523
|
# that contains the credential (e.g. an ID token or access token for OAuth 2.0
|
2524
2524
|
# IdPs) and the provider ID of the IdP that issued the credential. For example,
|
2525
2525
|
# if the user is signing in to the Google provider using a Google ID token, this
|
2526
|
-
# should be set to
|
2526
|
+
# should be set to id_token`=[GOOGLE_ID_TOKEN]&providerId=google.com`, where `[
|
2527
2527
|
# GOOGLE_ID_TOKEN]` should be replaced with the Google ID token. If the user is
|
2528
2528
|
# signing in to the Facebook provider using a Facebook authentication token,
|
2529
|
-
# this should be set to
|
2530
|
-
# facebook.com&nonce= [NONCE]`, where `[FACEBOOK_AUTHENTICATION_TOKEN]` should
|
2529
|
+
# this should be set to id_token`=[FACEBOOK_AUTHENTICATION_TOKEN]&providerId=
|
2530
|
+
# facebook. com&nonce= [NONCE]`, where `[FACEBOOK_AUTHENTICATION_TOKEN]` should
|
2531
2531
|
# be replaced with the Facebook authentication token. Nonce is required for
|
2532
2532
|
# validating the token. The request will fail if no nonce is provided. If the
|
2533
2533
|
# user is signing in to the Facebook provider using a Facebook access token,
|
2534
|
-
# this should be set to
|
2535
|
-
# facebook.com`, where `[FACEBOOK_ACCESS_TOKEN]` should be replaced with the
|
2534
|
+
# this should be set to access_token`=[FACEBOOK_ACCESS_TOKEN]&providerId=
|
2535
|
+
# facebook. com`, where `[FACEBOOK_ACCESS_TOKEN]` should be replaced with the
|
2536
2536
|
# Facebook access token. If the user is signing in to the Twitter provider using
|
2537
|
-
# a Twitter OAuth 1.0 credential, this should be set to
|
2538
|
-
# TWITTER_ACCESS_TOKEN]&oauth_token_secret=[TWITTER_TOKEN_SECRET]&providerId=
|
2537
|
+
# a Twitter OAuth 1.0 credential, this should be set to access_token`=[
|
2538
|
+
# TWITTER_ACCESS_TOKEN]&oauth_token_secret= [TWITTER_TOKEN_SECRET]&providerId=
|
2539
2539
|
# twitter.com`, where `[TWITTER_ACCESS_TOKEN]` and `[TWITTER_TOKEN_SECRET]`
|
2540
2540
|
# should be replaced with the Twitter OAuth access token and Twitter OAuth token
|
2541
2541
|
# secret respectively.
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.11.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 = "20230531"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1152,7 +1152,7 @@ module Google
|
|
1152
1152
|
# project that accounts belong to.
|
1153
1153
|
# @param [String] tenant_id
|
1154
1154
|
# If the accounts belong to an Identity Platform tenant, the ID of the tenant.
|
1155
|
-
# If the accounts belong to
|
1155
|
+
# If the accounts belong to a default Identity Platform project, the field is
|
1156
1156
|
# not needed.
|
1157
1157
|
# @param [Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1BatchDeleteAccountsRequest] google_cloud_identitytoolkit_v1_batch_delete_accounts_request_object
|
1158
1158
|
# @param [String] fields
|
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
|
+
version: 0.11.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-06-04 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.11.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: []
|