AuthenticatorSelectionContext class Null safety

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.
read-only
authenticators → Set<Authenticator>
The available authenticators. Note that this may also include authenticators that cannot be used to complete the operation.
read-only
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
transactionConfirmationData → String?
The transaction confirmation data, if any, to be presented to the user for verification.
read-only

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 non-existent 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