Fido2AuthenticationResponse class

Constructors

Fido2AuthenticationResponse({AuthenticatorAssertionResponse? assertionResponse, String? fido2StatusMessage, int? fido2Status, String? ctapStatusMessage, int? ctapStatus, bool? isSuccess})
Fido2AuthenticationResponse.fromMap(Map map)
factory

Properties

assertionResponse AuthenticatorAssertionResponse?
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