isPolicyCompliant abstract method

Future<bool> isPolicyCompliant(
  1. String authenticatorAaid
)

Returns whether the provided authenticator is compliant with the policy of the server.

If an authenticator that is not policy compliant is provided through AuthenticatorSelectionHandler.aaid for registration or authentication operations, FidoErrorCode with FidoErrorCodeType.noSuitableAuthenticator will be returned as a result of the operation.

Params:

Returns: true if the authenticator is compliant with the policy, and false otherwise.

Implementation

Future<bool> isPolicyCompliant(String authenticatorAaid);