mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(core/connector): introduce authentication token flow and add sepa bankdebit for nordea (#8133)
This commit is contained in:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pa1NarK
					Pa1NarK