LoginFlow
An LoginFlow defines an authentication option available in the authentication flow.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | Boolean | Whether the login flow is enabled or not. | |
| loginFlowType | LoginFlowTypeEnum | Identifies the login flow type. |
LoginFlowTypeEnum
| Name | Value |
|---|---|
| USER_LOGIN | "USER_LOGIN" |
| SMART_LOGIN | "SMART_LOGIN" |
| IDP_LOGIN | "IDP_LOGIN" |
| PASSKEY_LOGIN | "PASSKEY_LOGIN" |
| USER_CERTIFICATE_LOGIN | "USER_CERTIFICATE_LOGIN" |