mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(authentication): Initial commit to modular authentication create (#8085)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -232,7 +232,7 @@ pub enum MandateIdType {
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum AuthenticationIdType {
|
||||
AuthenticationId(String),
|
||||
AuthenticationId(common_utils::id_type::AuthenticationId),
|
||||
ConnectorAuthenticationId(String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user