Skip to content

Commit 8c2b619

Browse files
1 parent fefcff8 commit 8c2b619

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

clients/google-api-services-identitytoolkit/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-identitytoolkit</artifactId>
25-
<version>v1-rev20251024-2.0.0</version>
25+
<version>v1-rev20260311-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20251024-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20260311-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/IdentityToolkit.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ public class Accounts {
156156
/**
157157
* If an email identifier is specified, checks and returns if any user account is registered with
158158
* the email. If there is a registered account, fetches all providers associated with the account's
159-
* email. If the provider ID of an Identity Provider (IdP) is specified, creates an authorization
160-
* URI for the IdP. The user can be directed to this URI to sign in with the IdP. An [API
159+
* email. If [email enumeration protection](https://cloud.google.com/identity-
160+
* platform/docs/admin/email-enumeration-protection) is enabled, this method returns an empty list.
161+
* If the provider ID of an Identity Provider (IdP) is specified, creates an authorization URI for
162+
* the IdP. The user can be directed to this URI to sign in with the IdP. An [API
161163
* key](https://cloud.google.com/docs/authentication/api-keys) is required in the request in order
162164
* to identify the Google Cloud project.
163165
*
@@ -183,10 +185,12 @@ public class CreateAuthUri extends IdentityToolkitRequest<com.google.api.service
183185
/**
184186
* If an email identifier is specified, checks and returns if any user account is registered with
185187
* the email. If there is a registered account, fetches all providers associated with the
186-
* account's email. If the provider ID of an Identity Provider (IdP) is specified, creates an
187-
* authorization URI for the IdP. The user can be directed to this URI to sign in with the IdP. An
188-
* [API key](https://cloud.google.com/docs/authentication/api-keys) is required in the request in
189-
* order to identify the Google Cloud project.
188+
* account's email. If [email enumeration protection](https://cloud.google.com/identity-
189+
* platform/docs/admin/email-enumeration-protection) is enabled, this method returns an empty
190+
* list. If the provider ID of an Identity Provider (IdP) is specified, creates an authorization
191+
* URI for the IdP. The user can be directed to this URI to sign in with the IdP. An [API
192+
* key](https://cloud.google.com/docs/authentication/api-keys) is required in the request in order
193+
* to identify the Google Cloud project.
190194
*
191195
* Create a request for the method "accounts.createAuthUri".
192196
*

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public final class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest exten
116116
private java.lang.String recaptchaVersion;
117117

118118
/**
119-
* Android only. Safety Net has been deprecated. Please use play_integrity_token instead.
119+
* Android only. Safety Net has been deprecated. Use play_integrity_token instead.
120120
* The value may be {@code null}.
121121
*/
122122
@com.google.api.client.util.Key
@@ -323,15 +323,15 @@ public GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest setRecaptchaVersi
323323
}
324324

325325
/**
326-
* Android only. Safety Net has been deprecated. Please use play_integrity_token instead.
326+
* Android only. Safety Net has been deprecated. Use play_integrity_token instead.
327327
* @return value or {@code null} for none
328328
*/
329329
public java.lang.String getSafetyNetToken() {
330330
return safetyNetToken;
331331
}
332332

333333
/**
334-
* Android only. Safety Net has been deprecated. Please use play_integrity_token instead.
334+
* Android only. Safety Net has been deprecated. Use play_integrity_token instead.
335335
* @param safetyNetToken safetyNetToken or {@code null} for none
336336
*/
337337
public GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest setSafetyNetToken(java.lang.String safetyNetToken) {

clients/google-api-services-identitytoolkit/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-identitytoolkit</artifactId>
11-
<version>v1-rev20251024-2.0.0</version>
12-
<name>Identity Toolkit API v1-rev20251024-2.0.0</name>
11+
<version>v1-rev20260311-2.0.0</version>
12+
<name>Identity Toolkit API v1-rev20260311-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-identitytoolkit/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-identitytoolkit</artifactId>
25-
<version>v1-rev20251024-2.0.0</version>
25+
<version>v1-rev20260311-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20251024-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20260311-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)