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
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,10 @@ public final class GoogleIdentityStsV1ExchangeTokenRequest extends com.google.ap
69
69
70
70
/**
71
71
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
72
-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
73
-
* access token.
72
+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
73
+
* platform`. Required when exchanging an external credential for a Google access token. For a
74
+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
Copy file name to clipboardExpand all lines: clients/google-api-services-sts/v1beta/2.0.0/com/google/api/services/sts/v1beta/model/GoogleIdentityStsV1betaExchangeTokenRequest.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,10 @@ public final class GoogleIdentityStsV1betaExchangeTokenRequest extends com.googl
66
66
67
67
/**
68
68
* The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-
69
-
* delimited, case-sensitive strings. Required when exchanging an external credential for a Google
70
-
* access token.
69
+
* delimited, case-sensitive strings; for example, `https://www.googleapis.com/auth/cloud-
70
+
* platform`. Required when exchanging an external credential for a Google access token. For a
71
+
* list of OAuth 2.0 scopes, see [OAuth 2.0 Scopes for Google
0 commit comments