feat(users): add endpoint for terminate auth select (#5135)

This commit is contained in:
Apoorv Dixit
2024-06-26 21:51:40 +05:30
committed by GitHub
parent ce7d0d427d
commit eb6afd66f2
8 changed files with 110 additions and 23 deletions

View File

@ -155,7 +155,7 @@ pub enum Flow {
PaymentsStart,
/// Payments list flow.
PaymentsList,
// Payments filters flow
/// Payments filters flow
PaymentsFilters,
#[cfg(feature = "payouts")]
/// Payouts create flow
@ -412,7 +412,7 @@ pub enum Flow {
UserFromEmail,
/// Begin TOTP
TotpBegin,
// Reset TOTP
/// Reset TOTP
TotpReset,
/// Verify TOTP
TotpVerify,
@ -422,20 +422,22 @@ pub enum Flow {
RecoveryCodeVerify,
/// Generate or Regenerate recovery codes
RecoveryCodesGenerate,
// Terminate two factor authentication
/// Terminate two factor authentication
TerminateTwoFactorAuth,
// Check 2FA status
/// Check 2FA status
TwoFactorAuthStatus,
// Create user authentication method
/// Create user authentication method
CreateUserAuthenticationMethod,
// Update user authentication method
/// Update user authentication method
UpdateUserAuthenticationMethod,
// List user authentication methods
/// List user authentication methods
ListUserAuthenticationMethods,
/// Get sso auth url
GetSsoAuthUrl,
/// Signin with SSO
SignInWithSso,
/// Auth Select
AuthSelect,
/// List initial webhook delivery attempts
WebhookEventInitialDeliveryAttemptList,
/// List delivery attempts for a webhook event