feat(core/connector): introduce authentication token flow and add sepa bankdebit for nordea (#8133)

This commit is contained in:
Pa1NarK
2025-08-11 12:42:44 +05:30
committed by GitHub
parent dd7598ba40
commit b46a838d0e
63 changed files with 2980 additions and 639 deletions

View File

@ -1210,7 +1210,9 @@ pub enum ConnectorAuthType {
auth_key_map: HashMap<common_enums::Currency, pii::SecretSerdeValue>,
},
CertificateAuth {
// certificate should be base64 encoded
certificate: Secret<String>,
// private_key should be base64 encoded
private_key: Secret<String>,
},
#[default]