AuthenticatorSelectionContext class abstract

The service returning the information required to choose the authenticator to be used.

It returns all the available authenticators, the operation being executed and also informs whether a given authenticator is compliant with the policy required by the FIDO UAF server for the ongoing operation.

Constructors

AuthenticatorSelectionContext.fromJson(Map<String, dynamic> json)
Alternate constructor that creates an AuthenticatorSelectionContext from a json.
factory

Properties

account Account
The account used to execute the operation.
no setter
authenticators → Set<Authenticator>
The available authenticators. Note that this may also include authenticators that cannot be used to complete the operation.
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
transactionConfirmationData → String?
The transaction confirmation data, if any, to be presented to the user for verification.
no setter

Methods

fromJson(Map<String, dynamic> json) → dynamic
Returns a value of the type you specify, deserialized from a JSON object.
inherited
isPolicyCompliant(String authenticatorAaid) → Future<bool>
Returns whether the provided authenticator is compliant with the policy of the server.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
Returns a JSON-encoded representation of the value you supply.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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