You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ The `signIn` API response will include a `nextStep` property, which can be used
279
279
|`CONFIRM_SIGN_IN_WITH_SMS_MFA_CODE`| The sign-in must be confirmed with a SMS code from the user. Complete the process with `confirmSignIn`. |
280
280
|`CONFIRM_SIGN_IN_WITH_OTP`| The sign-in must be confirmed with a code from the user (sent via SMS or Email). Complete the process with `confirmSignIn`. |
281
281
|`CONTINUE_SIGN_IN_WITH_MFA_SELECTION`| The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
282
-
|`CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION`| The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
282
+
|`CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION`| The user must select their mode of MFA verification to setup. Complete the process by passing either `MFAType.EMAIL.challengeResponse` or `MFAType.TOTP.challengeResponse` to `confirmSignIn`. |
283
283
|`CONTINUE_SIGN_IN_WITH_TOTP_SETUP`| The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |
284
284
|`CONTINUE_SIGN_IN_WITH_EMAIL_MFA_SETUP`| The EMAIL setup process must be continued. Complete the process by passing a valid email address to `confirmSignIn`. |
285
285
|`RESET_PASSWORD`| The user must reset their password via `resetPassword`. |
@@ -296,7 +296,7 @@ The `signIn` API response will include a `nextStep` property, which can be used
296
296
|`confirmSignInWithSMSMFACode`| The sign-in must be confirmed with a SMS code from the user. Complete the process with `confirmSignIn`. |
297
297
|`confirmSignInWithOTP`| The sign-in must be confirmed with a code from the user (sent via SMS or Email). Complete the process with `confirmSignIn`. |
298
298
|`continueSignInWithMFASelection`| The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
299
-
|`continueSignInWithMFASetupSelection`| The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
299
+
|`continueSignInWithMFASetupSelection`| The user must select their mode of MFA verification to setup. Complete the process by passing either `MFAType.email.challengeResponse` or `MFAType.totp.challengeResponse ` to `confirmSignIn`. |
300
300
|`continueSignInWithTOTPSetup`| The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |
301
301
|`continueSignInWithEmailMFASetup`| The EMAIL setup process must be continued. Complete the process by passing a valid email address to `confirmSignIn`. |
302
302
|`resetPassword`| The user must reset their password via `resetPassword`. |
@@ -603,7 +603,7 @@ Following sign in, you will receive a `nextStep` in the sign-in result of one of
603
603
|`CONFIRM_SIGN_IN_WITH_SMS_MFA_CODE`| The sign-in must be confirmed with a SMS code from the user. Complete the process with `confirmSignIn`. |
604
604
|`CONFIRM_SIGN_IN_WITH_OTP`| The sign-in must be confirmed with a code from the user (sent via SMS or Email). Complete the process with `confirmSignIn`. |
605
605
|`CONTINUE_SIGN_IN_WITH_MFA_SELECTION`| The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
606
-
|`CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION`| The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
606
+
|`CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION`| The user must select their mode of MFA verification to setup. Complete the process by passing either `MFAType.EMAIL.challengeResponse` or `MFAType.TOTP.challengeResponse` to `confirmSignIn`. |
607
607
|`CONTINUE_SIGN_IN_WITH_TOTP_SETUP`| The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |
608
608
|`CONTINUE_SIGN_IN_WITH_EMAIL_MFA_SETUP`| The EMAIL setup process must be continued. Complete the process by passing a valid email address to `confirmSignIn`. |
609
609
</InlineFilter>
@@ -616,7 +616,7 @@ Following sign in, you will receive a `nextStep` in the sign-in result of one of
616
616
|`confirmSignInWithSMSMFACode`| The sign-in must be confirmed with a SMS code from the user. Complete the process with `confirmSignIn`. |
617
617
|`confirmSignInWithOTP`| The sign-in must be confirmed with a code from the user (sent via SMS or Email). Complete the process with `confirmSignIn`. |
618
618
|`continueSignInWithMFASelection`| The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
619
-
|`continueSignInWithMFASetupSelection`| The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
619
+
|`continueSignInWithMFASetupSelection`| The user must select their mode of MFA verification to setup. Complete the process by passing either `MFAType.email.challengeResponse` or `MFAType.totp.challengeResponse ` to `confirmSignIn`. |
620
620
|`continueSignInWithTOTPSetup`| The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |
621
621
|`continueSignInWithEmailMFASetup`| The EMAIL setup process must be continued. Complete the process by passing a valid email address to `confirmSignIn`. |
0 commit comments