CognitoUserAuthResult constructor

CognitoUserAuthResult({
  1. String? challengeName,
  2. String? session,
  3. dynamic authenticationResult,
})

Implementation

CognitoUserAuthResult({
  this.challengeName,
  this.session,
  this.authenticationResult,
});