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 406a4dc commit a047bdaCopy full SHA for a047bda
crates/config/src/sections/clients.rs
@@ -79,7 +79,7 @@ pub struct ClientConfig {
79
/// Authentication method used for this client
80
client_auth_method: ClientAuthMethodConfig,
81
82
- /// Name of the OAuth2 client
+ /// Name of the `OAuth2` client
83
#[serde(skip_serializing_if = "Option::is_none")]
84
pub client_name: Option<String>,
85
0 commit comments