mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): Decision manager flow changes for SSO (#4995)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -2758,6 +2758,10 @@ pub enum BankHolderType {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum TokenPurpose {
|
||||
AuthSelect,
|
||||
#[serde(rename = "sso")]
|
||||
#[strum(serialize = "sso")]
|
||||
SSO,
|
||||
#[serde(rename = "totp")]
|
||||
#[strum(serialize = "totp")]
|
||||
TOTP,
|
||||
|
||||
Reference in New Issue
Block a user