google-apis-identitytoolkit_v1 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e497d50f5af4d0c4006a2e5abb5c2eef834db0aff91a298f98e048173b74c45e
|
4
|
+
data.tar.gz: 5027c70b3f1cf70239d57d45b6df5184efa25d9c6d24ab213f9be2013096618a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 168e4f04ee23c10bcb8ea71362824a1a319b506fe24a2871517303f117850160b49a148be20b5c9f956c78d85930d2881b28a5cacb9898b6da3cf80580f3db0a
|
7
|
+
data.tar.gz: 3f55713b88869f1d9d38614250a30de8a9e456156d42f732a14e0db1ce4c11d19068ef86042956916ddba7cc3740c1b5c2c51e3efe86148f759cdcc3ade71011
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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.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 = "
|
25
|
+
REVISION = "20231027"
|
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-identitytoolkit_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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.
|
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.
|
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
|