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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ The `signIn` API response will include a `nextStep` property, which can be used
278
278
|`confirmSignInWithCustomChallenge`| The sign-in must be confirmed with a custom challenge response. Complete the process with `confirmSignIn`. |
279
279
|`confirmSignInWithTOTPCode`| The sign-in must be confirmed with a TOTP code from the user. Complete the process with `confirmSignIn`. |
280
280
|`confirmSignInWithSMSMFACode`| The sign-in must be confirmed with a SMS code from the user. Complete the process with `confirmSignIn`. |
281
-
|`confirmSignInWithEmailMFACode`| The sign-in must be confirmed with a EMAIL code from the user. Complete the process with `confirmSignIn`. |
281
+
|`confirmSignInWithOTP`| The sign-in must be confirmed with a code from the user (sent via SMS or Email). Complete the process with `confirmSignIn`. |
282
282
|`continueSignInWithMFASelection`| The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
283
283
|`continueSignInWithMFASetupSelection`| The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
284
284
|`continueSignInWithTOTPSetup`| The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |
0 commit comments