Returns the counter value for the specified auth descriptor for the account that this authenticator is connected to.
the id of the auth descriptor to get the counter for
Selects a KeyHandler from the list of key handlers available in this authenticator that will be able to authenticate the specified operation.
the operation to authenticate
a context object that is used in the context of a transaction
a key handler that will be allowed to authenticate the specified operation. Or null if no such key handler exists
An authenticator holds keys that are associated with a specific account and is responsible for selecting the correct key when trying to authenticate an operation.
The "correct key" in this case refers to the key with the least possible privileges that will still be allowed to authenticate the operation.