Authentication class

Constructors

Authentication({AuthenticationChannel? authenticationChannel, PossessionFactor? possessionFactor, KnowledgeFactor? knowledgeFactor, InherenceFactor? inherenceFactor, ChallengeOutcome? challengeOutcome, AuthenticationFlow? authenticationFlow, String? authenticationValue, String? challengeDateTime})
const

Properties

authenticationChannel AuthenticationChannel?
final
authenticationFlow AuthenticationFlow?
final
authenticationValue String?
final
challengeDateTime String?
final
challengeOutcome ChallengeOutcome?
final
hashCode int
The hash code for this object.
no setterinherited
inherenceFactor InherenceFactor?
final
knowledgeFactor KnowledgeFactor?
final
possessionFactor PossessionFactor?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited