File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/amplify_core/lib/src/types/auth/sign_in Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,27 @@ enum AuthSignInStep {
10
10
/// an MFA method.
11
11
continueSignInWithMfaSelection,
12
12
13
+ /// The sign-in is not complete and the user must set up and select an MFA method.
14
+ continueSignInWithMfaSetupSelection,
15
+
13
16
/// The sign-in is not complete and a TOTP authenticator app must be
14
17
/// registered before continuing.
15
18
continueSignInWithTotpSetup,
16
19
20
+ /// The sign-in is not complete and an Email MFA must be set up before
21
+ /// continuing.
22
+ continueSignInWithEmailMfaSetup,
23
+
17
24
/// The sign-in is not complete and must be confirmed with an SMS code.
18
25
confirmSignInWithSmsMfaCode,
19
26
20
27
/// The sign-in is not complete and must be confirmed with a TOTP code
21
28
/// from a registered authenticator app.
22
29
confirmSignInWithTotpMfaCode,
23
30
31
+ /// The sign-in is not complete and must be confirmed with an email code.
32
+ confirmSignInWithEmailMfaCode,
33
+
24
34
/// The sign-in is not complete and must be confirmed with the user's new
25
35
/// password.
26
36
confirmSignInWithNewPassword,
You can’t perform that action at this time.
0 commit comments