Skip to content

Commit

Permalink
refactor(mca): Add Serialization for ConnectorAuthType (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani authored Nov 22, 2023
1 parent 6954de7 commit 341374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ pub struct ResponseRouterData<Flow, R, Request, Response> {
}

// Different patterns of authentication.
#[derive(Default, Debug, Clone, serde::Deserialize)]
#[derive(Default, Debug, Clone, serde::Deserialize, serde::Serialize)]
#[serde(tag = "auth_type")]
pub enum ConnectorAuthType {
TemporaryAuth,
Expand Down

0 comments on commit 341374b

Please sign in to comment.