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-iam/v1/2.0.0/com/google/api/services/iam/v1/model/GoogleIamAdminV1WorkforcePoolProviderOidc.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidc extends com.google.
39
39
privatejava.lang.StringclientId;
40
40
41
41
/**
42
-
* The optional client secret. Required to enable Authorization Code flow for web sign-in.
42
+
* Optional. The optional client secret. Required to enable Authorization Code flow for web sign-
43
+
* in.
43
44
* The value may be {@code null}.
44
45
*/
45
46
@com.google.api.client.util.Key
@@ -53,7 +54,7 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidc extends com.google.
53
54
privatejava.lang.StringissuerUri;
54
55
55
56
/**
56
-
* OIDC JWKs in JSON String format. For details on the definition of a JWK, see
57
+
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
57
58
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
58
59
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
59
60
* and EC asymmetric keys are supported. The JWK must use following format and include only the
@@ -92,15 +93,17 @@ public GoogleIamAdminV1WorkforcePoolProviderOidc setClientId(java.lang.String cl
92
93
}
93
94
94
95
/**
95
-
* The optional client secret. Required to enable Authorization Code flow for web sign-in.
96
+
* Optional. The optional client secret. Required to enable Authorization Code flow for web sign-
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue.java
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig.java
0 commit comments