Authentication constructor
const
Authentication({
- AuthenticationChannel? authenticationChannel,
- PossessionFactor? possessionFactor,
- KnowledgeFactor? knowledgeFactor,
- InherenceFactor? inherenceFactor,
- ChallengeOutcome? challengeOutcome,
- AuthenticationFlow? authenticationFlow,
- String? authenticationValue,
- String? challengeDateTime,
Implementation
const Authentication({
this.authenticationChannel,
this.possessionFactor,
this.knowledgeFactor,
this.inherenceFactor,
this.challengeOutcome,
this.authenticationFlow,
this.authenticationValue,
this.challengeDateTime,
});