isPolicyCompliant abstract method
- 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:
- authenticatorAaid: the AAID of the Authenticator.
Returns: true if the authenticator is compliant with the policy, and false otherwise.
Implementation
Future<bool> isPolicyCompliant(String authenticatorAaid);