mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat: create key in encryption service for merchant and user (#4910)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -45,6 +45,7 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::MerchantsAccountRetrieve
|
||||
| Flow::MerchantsAccountUpdate
|
||||
| Flow::MerchantsAccountDelete
|
||||
| Flow::MerchantTransferKey
|
||||
| Flow::MerchantAccountList => Self::MerchantAccount,
|
||||
|
||||
Flow::RoutingCreateConfig
|
||||
@ -233,6 +234,7 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::CreateUserAuthenticationMethod
|
||||
| Flow::UpdateUserAuthenticationMethod
|
||||
| Flow::ListUserAuthenticationMethods
|
||||
| Flow::UserTransferKey
|
||||
| Flow::GetSsoAuthUrl
|
||||
| Flow::SignInWithSso
|
||||
| Flow::AuthSelect => Self::User,
|
||||
|
||||
Reference in New Issue
Block a user