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