Skip to content

Commit bf01da4

Browse files
dervoetiTechassi
andauthored
Update crates/stackable-operator/src/crd/authentication/oidc/mod.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent 2b4b601 commit bf01da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/crd/authentication/oidc

crates/stackable-operator/src/crd/authentication/oidc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub mod versioned {
159159
/// The OAuth2 client authentication method to use for token endpoint requests.
160160
/// Defaults to [`ClientAuthenticationMethod::ClientSecretBasic`].
161161
///
162-
/// The contents and format of the `clientCredentialsSecret` are dependent on the selected
162+
/// The contents and format of the `clientCredentialsSecret` depend on the selected
163163
/// method. For example, [`ClientAuthenticationMethod::ClientSecretBasic`] and
164164
/// [`ClientAuthenticationMethod::ClientSecretPost`] require a client secret string, whereas
165165
/// [`ClientAuthenticationMethod::PrivateKeyJwt`] requires a private key.

0 commit comments

Comments
 (0)