Authentication constructor

const Authentication({
  1. AuthenticationChannel? authenticationChannel,
  2. PossessionFactor? possessionFactor,
  3. KnowledgeFactor? knowledgeFactor,
  4. InherenceFactor? inherenceFactor,
  5. ChallengeOutcome? challengeOutcome,
  6. AuthenticationFlow? authenticationFlow,
  7. String? authenticationValue,
  8. String? challengeDateTime,
})

Implementation

const Authentication({
  this.authenticationChannel,
  this.possessionFactor,
  this.knowledgeFactor,
  this.inherenceFactor,
  this.challengeOutcome,
  this.authenticationFlow,
  this.authenticationValue,
  this.challengeDateTime,
});