AuthenticationChallenge class final

Constructors

AuthenticationChallenge({required Uint8List nonce, required String serverId, required Channel channel, required DateTime issuedAt, required DateTime expiresAt, int failedAttempts = 0})
const

Properties

channel Channel
final
expiresAt DateTime
final
failedAttempts Channel
final
hashCode Channel
The hash code for this object.
no setterinherited
issuedAt DateTime
final
nonce Uint8List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId String
final

Methods

isExpired(DateTime now) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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