registeredAccounts property Null safety

Set<Account> registeredAccounts

Returns the objects representing the accounts that are registered with this authenticator.

If an authenticator that is registered for a given username is provided through AuthenticatorSelectionHandler.aaid associated with the username, for registration operations associated with the account a FidoErrorCode with FidoErrorCodeType.unknown will be returned as a result of the operation.

If an authenticator that is not registered for a given username is provided through AuthenticatorSelectionHandler.aaid for authentication or deregistration operations associated with the account associated with the username, a FidoErrorCode with FidoErrorCodeType.unknown will be returned as a result of the operation.

Returns: the Set containing the registered accounts.

Implementation

Set<Account> get registeredAccounts;