RegistrationInitResponse class

Represents a response from the passkeys backend during initialization of the registration process.

Constructors

RegistrationInitResponse(RelyingParty rp, User user, String challenge, AuthenticatorSelection authenticatorSelection, {List<PubKeyCredParam>? pubKeyCredParams, int? timeout, String? attestation})
Constructor

Properties

attestation String?
The attestation
final
authenticatorSelection AuthenticatorSelection
The authenticator selection
final
challenge String
The challenge
final
hashCode int
The hash code for this object.
no setterinherited
pubKeyCredParams List<PubKeyCredParam>?
The public key credential parameters
final
rp RelyingParty
The relying party
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int?
The timeout
final
user User
The user
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