SoftwareTokenMfaNotFoundException constructor

const SoftwareTokenMfaNotFoundException(
  1. String message, {
  2. String? recoverySuggestion,
  3. Object? underlyingException,
})

This exception is thrown when the software token time-based one-time password (TOTP) multi-factor authentication (MFA) isn't activated for the user pool.

Implementation

const SoftwareTokenMfaNotFoundException(
  super.message, {
  super.recoverySuggestion,
  super.underlyingException,
});