feat(users): setup user authentication methods schema and apis (#4999)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
This commit is contained in:
Apoorv Dixit
2024-06-21 16:29:17 +05:30
committed by GitHub
parent 5cde7ee034
commit 2005d3df9f
29 changed files with 888 additions and 16 deletions

View File

@ -420,6 +420,12 @@ pub enum Flow {
TerminateTwoFactorAuth,
// Check 2FA status
TwoFactorAuthStatus,
// Create user authentication method
CreateUserAuthenticationMethod,
// Update user authentication method
UpdateUserAuthenticationMethod,
// List user authentication methods
ListUserAuthenticationMethods,
/// List initial webhook delivery attempts
WebhookEventInitialDeliveryAttemptList,
/// List delivery attempts for a webhook event