CognitoUserMfaSetupException constructor

CognitoUserMfaSetupException({
  1. String? challengeName = 'MFA_SETUP',
  2. dynamic challengeParameters,
  3. String? message,
})

Implementation

CognitoUserMfaSetupException(
    {this.challengeName = 'MFA_SETUP',
    this.challengeParameters,
    this.message});