We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4b601 commit bf01da4Copy full SHA for bf01da4
1 file changed
crates/stackable-operator/src/crd/authentication/oidc/mod.rs
@@ -159,7 +159,7 @@ pub mod versioned {
159
/// The OAuth2 client authentication method to use for token endpoint requests.
160
/// Defaults to [`ClientAuthenticationMethod::ClientSecretBasic`].
161
///
162
- /// The contents and format of the `clientCredentialsSecret` are dependent on the selected
+ /// The contents and format of the `clientCredentialsSecret` depend on the selected
163
/// method. For example, [`ClientAuthenticationMethod::ClientSecretBasic`] and
164
/// [`ClientAuthenticationMethod::ClientSecretPost`] require a client secret string, whereas
165
/// [`ClientAuthenticationMethod::PrivateKeyJwt`] requires a private key.
0 commit comments