Skip to content

Commit aee8c2f

Browse files
committed
chore: quick blurb about mfa preference APIs
1 parent 50bd6a7 commit aee8c2f

File tree

1 file changed

+2
-0
lines changed
  • src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication

1 file changed

+2
-0
lines changed

src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,8 @@ func updateMFAPreferences() async throws {
13741374

13751375
## Set up a user's preferred MFA method
13761376

1377+
Depending on your user pool configuration, it's possible that multiple MFA options may be available to a given user. In order to avoid requiring your users to select an MFA method each time they sign-in to your application, Amplify provides two utility APIs to manage an individual user's MFA preferences.
1378+
13771379
### Fetch the current user's MFA preferences
13781380

13791381
Invoke the following API to get the current MFA preference and enabled MFA types, if any, for the current user.

0 commit comments

Comments
 (0)