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/GoogleIdentityStsV1ExchangeTokenRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public final class GoogleIdentityStsV1ExchangeTokenRequest extends com.google.ap
61
61
/**
62
62
* Required. An identifier for the type of requested security token. Can be
63
63
* `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-
64
-
* type:access_boundary_intermediate_token`.
64
+
* type:access_boundary_intermediary_token`.
65
65
* The value may be {@code null}.
66
66
*/
67
67
@com.google.api.client.util.Key
@@ -226,7 +226,7 @@ public GoogleIdentityStsV1ExchangeTokenRequest setOptions(java.lang.String optio
226
226
/**
227
227
* Required. An identifier for the type of requested security token. Can be
228
228
* `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-
229
-
* type:access_boundary_intermediate_token`.
229
+
* type:access_boundary_intermediary_token`.
230
230
* @return value or {@code null} for none
231
231
*/
232
232
publicjava.lang.StringgetRequestedTokenType() {
@@ -236,7 +236,7 @@ public java.lang.String getRequestedTokenType() {
236
236
/**
237
237
* Required. An identifier for the type of requested security token. Can be
238
238
* `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-
239
-
* type:access_boundary_intermediate_token`.
239
+
* type:access_boundary_intermediary_token`.
240
240
* @param requestedTokenType requestedTokenType or {@code null} for none
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
0 commit comments