mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
customers: Added ephemeral key authentication for customer retrieve (#89)
This commit is contained in:
@ -80,6 +80,10 @@ pub enum Flow {
|
||||
CustomersDelete,
|
||||
/// Customers get mandates flow.
|
||||
CustomersGetMandates,
|
||||
/// Create an Ephemeral Key.
|
||||
EphemeralKeyCreate,
|
||||
/// Delete an Ephemeral Key.
|
||||
EphemeralKeyDelete,
|
||||
/// Mandates retrieve flow.
|
||||
MandatesRetrieve,
|
||||
/// Mandates revoke flow.
|
||||
|
||||
Reference in New Issue
Block a user