Fido2RegistrationResponse class

Constructors

Fido2RegistrationResponse({AuthenticatorAttestationResponse? authenticatorAttestationResponse, bool? isSuccess, int? ctapStatus, String? ctapStatusMessage, int? fido2Status, String? fido2StatusMessage})
Fido2RegistrationResponse.fromMap(Map map)
factory

Properties

authenticatorAttestationResponse AuthenticatorAttestationResponse?
getter/setter pair
ctapStatus int?
getter/setter pair
ctapStatusMessage String?
getter/setter pair
fido2Status int?
getter/setter pair
fido2StatusMessage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool?
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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