mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(users): implemented openidconnect (#5124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -432,6 +432,10 @@ pub enum Flow {
|
||||
UpdateUserAuthenticationMethod,
|
||||
// List user authentication methods
|
||||
ListUserAuthenticationMethods,
|
||||
/// Get sso auth url
|
||||
GetSsoAuthUrl,
|
||||
/// Signin with SSO
|
||||
SignInWithSso,
|
||||
/// List initial webhook delivery attempts
|
||||
WebhookEventInitialDeliveryAttemptList,
|
||||
/// List delivery attempts for a webhook event
|
||||
|
||||
Reference in New Issue
Block a user