AuthenticationInitResponse class

Returned from the RelyingPartyServer after the initial authentication request.

Constructors

AuthenticationInitResponse({required String rpId, required String challenge, int? timeout, String? userVerification, List<AllowCredential>? allowCredentials})
Constructor

Properties

allowCredentials List<AllowCredential>?
The allow credentials
final
challenge String
Challenge to be solved by the platform authenticator
final
hashCode int
The hash code for this object.
no setterinherited
rpId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int?
The timeout
final
userVerification String?
The user verification
final

Methods

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