AuthenticationChallenge constructor
Implementation
const AuthenticationChallenge({
required this.nonce,
required this.serverId,
required this.channel,
required this.issuedAt,
required this.expiresAt,
this.failedAttempts = 0,
});
const AuthenticationChallenge({
required this.nonce,
required this.serverId,
required this.channel,
required this.issuedAt,
required this.expiresAt,
this.failedAttempts = 0,
});