CognitoUserMfaRequiredException constructor

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

Implementation

CognitoUserMfaRequiredException(
    {this.challengeName = 'SMS_MFA', this.challengeParameters, this.message});