mfaConfiguration property

UserPoolMfaType? mfaConfiguration
final

Can be one of the following values:

  • OFF - MFA tokens are not required and cannot be specified during user registration.
  • ON - MFA tokens are required for all user registrations. You can only specify required when you are initially creating a user pool.
  • OPTIONAL - Users have the option when registering to create an MFA token.

Implementation

final UserPoolMfaType? mfaConfiguration;