EnableSoftwareTokenMfaException constructor

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

This exception is thrown when there is a code mismatch and the service fails to configure the software token TOTP multi-factor authentication (MFA).

Implementation

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