mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(connector): integrate netcetera connector with pre authentication flow (#4293)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -505,6 +505,10 @@ pub enum ConnectorAuthType {
|
||||
CurrencyAuthKey {
|
||||
auth_key_map: HashMap<common_enums::Currency, pii::SecretSerdeValue>,
|
||||
},
|
||||
CertificateAuth {
|
||||
certificate: Secret<String>,
|
||||
private_key: Secret<String>,
|
||||
},
|
||||
#[default]
|
||||
NoKey,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user