You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-sts/v1/2.0.0/com/google/api/services/sts/v1/model/GoogleIdentityStsV1ExchangeTokenResponse.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ public final class GoogleIdentityStsV1ExchangeTokenResponse extends com.google.a
53
53
/**
54
54
* The amount of time, in seconds, between the time when the access token was issued and the time
55
55
* when the access token will expire. This field is absent when the `subject_token` in the request
56
-
* is a Google-issued, short-lived access token. In this case, the access token has the same
57
-
* expiration time as the `subject_token`.
56
+
* is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this
57
+
* case, the access token has the same expiration time as the `subject_token`.
58
58
* The value may be {@code null}.
59
59
*/
60
60
@com.google.api.client.util.Key("expires_in")
@@ -157,8 +157,8 @@ public GoogleIdentityStsV1ExchangeTokenResponse setAccessToken(java.lang.String
157
157
/**
158
158
* The amount of time, in seconds, between the time when the access token was issued and the time
159
159
* when the access token will expire. This field is absent when the `subject_token` in the request
160
-
* is a Google-issued, short-lived access token. In this case, the access token has the same
161
-
* expiration time as the `subject_token`.
160
+
* is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this
161
+
* case, the access token has the same expiration time as the `subject_token`.
162
162
* @return value or {@code null} for none
163
163
*/
164
164
publicjava.lang.IntegergetExpiresIn() {
@@ -168,8 +168,8 @@ public java.lang.Integer getExpiresIn() {
168
168
/**
169
169
* The amount of time, in seconds, between the time when the access token was issued and the time
170
170
* when the access token will expire. This field is absent when the `subject_token` in the request
171
-
* is a Google-issued, short-lived access token. In this case, the access token has the same
172
-
* expiration time as the `subject_token`.
171
+
* is a a short-lived access token for a Cloud Identity or Google Workspace user account. In this
172
+
* case, the access token has the same expiration time as the `subject_token`.
173
173
* @param expiresIn expiresIn or {@code null} for none
0 commit comments