Skip to content

Commit ce077b0

Browse files
1 parent 02e23bb commit ce077b0

File tree

4 files changed

+19
-37
lines changed

4 files changed

+19
-37
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-rev20250130-2.0.0</version>
25+
<version>v1-rev20251024-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-rev20250130-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20251024-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Request message for SendVerificationCode. 'captcha_response' is required when reCAPTCHA
2121
* enterprise is enabled, or otherwise at least one of (`ios_receipt` and `ios_secret`),
22-
* `recaptcha_token`, or `safety_net_token` must be specified to verify the verification code is
22+
* `recaptcha_token`, or `play_integrity_token` must be specified to verify the verification code is
2323
* being sent on behalf of a real app and not an emulator.
2424
*
2525
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
@@ -56,7 +56,7 @@ public final class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest exten
5656

5757
/**
5858
* Receipt of successful iOS app token validation. At least one of (`ios_receipt` and
59-
* `ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified to verify the
59+
* `ios_secret`), `recaptcha_token`, or `play_integrity_token` must be specified to verify the
6060
* verification code is being sent on behalf of a real app and not an emulator, if
6161
* 'captcha_response' is not used (reCAPTCHA enterprise is not enabled). This should come from the
6262
* response of verifyIosClient. If present, the caller should also provide the `ios_secret`, as
@@ -97,8 +97,8 @@ public final class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest exten
9797

9898
/**
9999
* Recaptcha token for app verification. At least one of (`ios_receipt` and `ios_secret`),
100-
* `recaptcha_token`, or `safety_net_token` must be specified to verify the verification code is
101-
* being sent on behalf of a real app and not an emulator, if 'captcha_response' is not used
100+
* `recaptcha_token`, or `play_integrity_token` must be specified to verify the verification code
101+
* is being sent on behalf of a real app and not an emulator, if 'captcha_response' is not used
102102
* (reCAPTCHA enterprise is not enabled). The recaptcha should be generated by calling
103103
* getRecaptchaParams and the recaptcha token will be generated on user completion of the
104104
* recaptcha challenge.
@@ -116,13 +116,7 @@ public final class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest exten
116116
private java.lang.String recaptchaVersion;
117117

118118
/**
119-
* Android only. Used to assert application identity in place of a recaptcha token. At least one
120-
* of (`ios_receipt` and `ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified
121-
* to verify the verification code is being sent on behalf of a real app and not an emulator, if
122-
* 'captcha_response' is not used (reCAPTCHA enterprise is not enabled). A SafetyNet Token can be
123-
* generated via the [SafetyNet Android Attestation
124-
* API](https://developer.android.com/training/safetynet/attestation.html), with the Base64
125-
* encoding of the `phone_number` field as the nonce.
119+
* Android only. Safety Net has been deprecated. Please use play_integrity_token instead.
126120
* The value may be {@code null}.
127121
*/
128122
@com.google.api.client.util.Key
@@ -190,7 +184,7 @@ public GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest setClientType(jav
190184

191185
/**
192186
* Receipt of successful iOS app token validation. At least one of (`ios_receipt` and
193-
* `ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified to verify the
187+
* `ios_secret`), `recaptcha_token`, or `play_integrity_token` must be specified to verify the
194188
* verification code is being sent on behalf of a real app and not an emulator, if
195189
* 'captcha_response' is not used (reCAPTCHA enterprise is not enabled). This should come from the
196190
* response of verifyIosClient. If present, the caller should also provide the `ios_secret`, as
@@ -204,7 +198,7 @@ public java.lang.String getIosReceipt() {
204198

205199
/**
206200
* Receipt of successful iOS app token validation. At least one of (`ios_receipt` and
207-
* `ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified to verify the
201+
* `ios_secret`), `recaptcha_token`, or `play_integrity_token` must be specified to verify the
208202
* verification code is being sent on behalf of a real app and not an emulator, if
209203
* 'captcha_response' is not used (reCAPTCHA enterprise is not enabled). This should come from the
210204
* response of verifyIosClient. If present, the caller should also provide the `ios_secret`, as
@@ -284,8 +278,8 @@ public GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest setPlayIntegrityT
284278

285279
/**
286280
* Recaptcha token for app verification. At least one of (`ios_receipt` and `ios_secret`),
287-
* `recaptcha_token`, or `safety_net_token` must be specified to verify the verification code is
288-
* being sent on behalf of a real app and not an emulator, if 'captcha_response' is not used
281+
* `recaptcha_token`, or `play_integrity_token` must be specified to verify the verification code
282+
* is being sent on behalf of a real app and not an emulator, if 'captcha_response' is not used
289283
* (reCAPTCHA enterprise is not enabled). The recaptcha should be generated by calling
290284
* getRecaptchaParams and the recaptcha token will be generated on user completion of the
291285
* recaptcha challenge.
@@ -297,8 +291,8 @@ public java.lang.String getRecaptchaToken() {
297291

298292
/**
299293
* Recaptcha token for app verification. At least one of (`ios_receipt` and `ios_secret`),
300-
* `recaptcha_token`, or `safety_net_token` must be specified to verify the verification code is
301-
* being sent on behalf of a real app and not an emulator, if 'captcha_response' is not used
294+
* `recaptcha_token`, or `play_integrity_token` must be specified to verify the verification code
295+
* is being sent on behalf of a real app and not an emulator, if 'captcha_response' is not used
302296
* (reCAPTCHA enterprise is not enabled). The recaptcha should be generated by calling
303297
* getRecaptchaParams and the recaptcha token will be generated on user completion of the
304298
* recaptcha challenge.
@@ -329,27 +323,15 @@ public GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest setRecaptchaVersi
329323
}
330324

331325
/**
332-
* Android only. Used to assert application identity in place of a recaptcha token. At least one
333-
* of (`ios_receipt` and `ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified
334-
* to verify the verification code is being sent on behalf of a real app and not an emulator, if
335-
* 'captcha_response' is not used (reCAPTCHA enterprise is not enabled). A SafetyNet Token can be
336-
* generated via the [SafetyNet Android Attestation
337-
* API](https://developer.android.com/training/safetynet/attestation.html), with the Base64
338-
* encoding of the `phone_number` field as the nonce.
326+
* Android only. Safety Net has been deprecated. Please use play_integrity_token instead.
339327
* @return value or {@code null} for none
340328
*/
341329
public java.lang.String getSafetyNetToken() {
342330
return safetyNetToken;
343331
}
344332

345333
/**
346-
* Android only. Used to assert application identity in place of a recaptcha token. At least one
347-
* of (`ios_receipt` and `ios_secret`), `recaptcha_token`, or `safety_net_token` must be specified
348-
* to verify the verification code is being sent on behalf of a real app and not an emulator, if
349-
* 'captcha_response' is not used (reCAPTCHA enterprise is not enabled). A SafetyNet Token can be
350-
* generated via the [SafetyNet Android Attestation
351-
* API](https://developer.android.com/training/safetynet/attestation.html), with the Base64
352-
* encoding of the `phone_number` field as the nonce.
334+
* Android only. Safety Net has been deprecated. Please use play_integrity_token instead.
353335
* @param safetyNetToken safetyNetToken or {@code null} for none
354336
*/
355337
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-rev20250130-2.0.0</version>
12-
<name>Identity Toolkit API v1-rev20250130-2.0.0</name>
11+
<version>v1-rev20251024-2.0.0</version>
12+
<name>Identity Toolkit API v1-rev20251024-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-rev20250130-2.0.0</version>
25+
<version>v1-rev20251024-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-rev20250130-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20251024-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)