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

@ -519,6 +519,14 @@ impl ConnectorSpecifications for ConnectorEnum {
}
}
/// Check if connector supports authentication token
fn authentication_token_for_token_creation(&self) -> bool {
match self {
Self::Old(connector) => connector.authentication_token_for_token_creation(),
Self::New(connector) => connector.authentication_token_for_token_creation(),
}
}
#[cfg(feature = "v1")]
fn generate_connector_request_reference_id(
&self,