CognitoUserTotpRequiredException constructor

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

Implementation

CognitoUserTotpRequiredException(
    {this.challengeName = 'SOFTWARE_TOKEN_MFA',
    this.challengeParameters,
    this.message});