@@ -50,6 +50,9 @@ public final class OauthClient extends com.google.api.client.json.GenericJson {
5050 * Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The
5151 * following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit,
5252 * configure, and delete your Google Cloud data and see the email address for your Google Account.
53+ * * `openid`: The OAuth client can associate you with your personal information on Google Cloud.
54+ * * `email`: The OAuth client can read a federated identity's email address. * `groups`: The
55+ * OAuth client can read a federated identity's groups.
5356 * The value may be {@code null}.
5457 */
5558 @ com .google .api .client .util .Key
@@ -154,6 +157,9 @@ public OauthClient setAllowedRedirectUris(java.util.List<java.lang.String> allow
154157 * Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The
155158 * following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit,
156159 * configure, and delete your Google Cloud data and see the email address for your Google Account.
160+ * * `openid`: The OAuth client can associate you with your personal information on Google Cloud.
161+ * * `email`: The OAuth client can read a federated identity's email address. * `groups`: The
162+ * OAuth client can read a federated identity's groups.
157163 * @return value or {@code null} for none
158164 */
159165 public java .util .List <java .lang .String > getAllowedScopes () {
@@ -164,6 +170,9 @@ public java.util.List<java.lang.String> getAllowedScopes() {
164170 * Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The
165171 * following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit,
166172 * configure, and delete your Google Cloud data and see the email address for your Google Account.
173+ * * `openid`: The OAuth client can associate you with your personal information on Google Cloud.
174+ * * `email`: The OAuth client can read a federated identity's email address. * `groups`: The
175+ * OAuth client can read a federated identity's groups.
167176 * @param allowedScopes allowedScopes or {@code null} for none
168177 */
169178 public OauthClient setAllowedScopes (java .util .List <java .lang .String > allowedScopes ) {
0 commit comments