google-apis-identitytoolkit_v1 0.10.0 → 0.12.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: 1b040967645f25917bc00107b7919a84eb7b16db2ad6a13190806c1fa66a9d2a
4
- data.tar.gz: fd030cbd0c921aad801d8faa07f8aa69c9f6887efa57647b089617494998c846
3
+ metadata.gz: e497d50f5af4d0c4006a2e5abb5c2eef834db0aff91a298f98e048173b74c45e
4
+ data.tar.gz: 5027c70b3f1cf70239d57d45b6df5184efa25d9c6d24ab213f9be2013096618a
5
5
  SHA512:
6
- metadata.gz: 106fa3559c7e58f9eac36e6f9aa8ac42b7f879d44ae545ac4f0b1e8455f4ee7d5ef6c570534ba67c2ebb576822a7f3366e1c7533dd44e71a839501189a0f7602
7
- data.tar.gz: fd619518dfe0db91670a0066be58acb28e4831cdcb44976ed750ae2f376c73b4cae3733318786910b17b7c683cdce3fa4813fb6475ae88fb9b3f52438fe34df1
6
+ metadata.gz: 168e4f04ee23c10bcb8ea71362824a1a319b506fe24a2871517303f117850160b49a148be20b5c9f956c78d85930d2881b28a5cacb9898b6da3cf80580f3db0a
7
+ data.tar.gz: 3f55713b88869f1d9d38614250a30de8a9e456156d42f732a14e0db1ce4c11d19068ef86042956916ddba7cc3740c1b5c2c51e3efe86148f759cdcc3ade71011
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-identitytoolkit_v1
2
2
 
3
+ ### v0.12.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231027
6
+
7
+ ### v0.11.0 (2023-06-04)
8
+
9
+ * Regenerated from discovery document revision 20230531
10
+
3
11
  ### v0.10.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230508
@@ -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 an default Identity Platform project, the field is
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]
@@ -363,7 +363,9 @@ module Google
363
363
 
364
364
  # The list of sign-in methods that the user has previously used. Each element is
365
365
  # one of `password`, `emailLink`, or the provider ID of an IdP. Present only
366
- # when a registered email identifier is set in the request.
366
+ # when a registered email identifier is set in the request. If [email
367
+ # enumeration protection](https://cloud.google.com/identity-platform/docs/admin/
368
+ # email-enumeration-protection) is enabled, this method returns an empty list.
367
369
  # Corresponds to the JSON property `signinMethods`
368
370
  # @return [Array<String>]
369
371
  attr_accessor :signin_methods
@@ -1887,7 +1889,10 @@ module Google
1887
1889
  # The user's new email to be updated in the account's attributes. The length of
1888
1890
  # email should be less than 256 characters and in the format of `name@domain.tld`
1889
1891
  # . The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822)
1890
- # addr-spec production.
1892
+ # addr-spec production. If [email enumeration protection](https://cloud.google.
1893
+ # com/identity-platform/docs/admin/email-enumeration-protection) is enabled, the
1894
+ # email cannot be changed by the user without verifying the email first, but it
1895
+ # can be changed by an administrator.
1891
1896
  # Corresponds to the JSON property `email`
1892
1897
  # @return [String]
1893
1898
  attr_accessor :email
@@ -2523,19 +2528,19 @@ module Google
2523
2528
  # that contains the credential (e.g. an ID token or access token for OAuth 2.0
2524
2529
  # IdPs) and the provider ID of the IdP that issued the credential. For example,
2525
2530
  # if the user is signing in to the Google provider using a Google ID token, this
2526
- # should be set to `id_token=[GOOGLE_ID_TOKEN]&providerId=google.com`, where `[
2531
+ # should be set to id_token`=[GOOGLE_ID_TOKEN]&providerId=google.com`, where `[
2527
2532
  # GOOGLE_ID_TOKEN]` should be replaced with the Google ID token. If the user is
2528
2533
  # signing in to the Facebook provider using a Facebook authentication token,
2529
- # this should be set to `id_token=[FACEBOOK_AUTHENTICATION_TOKEN]&providerId=
2530
- # facebook.com&nonce= [NONCE]`, where `[FACEBOOK_AUTHENTICATION_TOKEN]` should
2534
+ # this should be set to id_token`=[FACEBOOK_AUTHENTICATION_TOKEN]&providerId=
2535
+ # facebook. com&nonce= [NONCE]`, where `[FACEBOOK_AUTHENTICATION_TOKEN]` should
2531
2536
  # be replaced with the Facebook authentication token. Nonce is required for
2532
2537
  # validating the token. The request will fail if no nonce is provided. If the
2533
2538
  # user is signing in to the Facebook provider using a Facebook access token,
2534
- # this should be set to `access_token=[FACEBOOK_ACCESS_TOKEN]&providerId=
2535
- # facebook.com`, where `[FACEBOOK_ACCESS_TOKEN]` should be replaced with the
2539
+ # this should be set to access_token`=[FACEBOOK_ACCESS_TOKEN]&providerId=
2540
+ # facebook. com`, where `[FACEBOOK_ACCESS_TOKEN]` should be replaced with the
2536
2541
  # 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 `access_token=[
2538
- # TWITTER_ACCESS_TOKEN]&oauth_token_secret=[TWITTER_TOKEN_SECRET]&providerId=
2542
+ # a Twitter OAuth 1.0 credential, this should be set to access_token`=[
2543
+ # TWITTER_ACCESS_TOKEN]&oauth_token_secret= [TWITTER_TOKEN_SECRET]&providerId=
2539
2544
  # twitter.com`, where `[TWITTER_ACCESS_TOKEN]` and `[TWITTER_TOKEN_SECRET]`
2540
2545
  # should be replaced with the Twitter OAuth access token and Twitter OAuth token
2541
2546
  # 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.10.0"
19
+ GEM_VERSION = "0.12.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 = "20230508"
25
+ REVISION = "20231027"
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 an default Identity Platform project, the field is
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.10.0
4
+ version: 0.12.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v1/v0.12.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Identity Toolkit API V1