CognitoUserCustomChallengeException constructor

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

Implementation

CognitoUserCustomChallengeException(
    {this.challengeName = 'CUSTOM_CHALLENGE',
    this.challengeParameters,
    this.message});