InitiateAuthResponse constructor

InitiateAuthResponse({
  1. AuthenticationResultType? authenticationResult,
  2. ChallengeNameType? challengeName,
  3. Map<String, String>? challengeParameters,
  4. String? session,
})

Implementation

InitiateAuthResponse({
  this.authenticationResult,
  this.challengeName,
  this.challengeParameters,
  this.session,
});