Selects an auth descriptor from a list of auth descriptors which will be allowed to authorize the specified operation
first auth descriptor id from the provided list that will be allowed to authorize the operation, or null if none of the provided auth descriptors would be allowed.
Fetches the current counter value for an auth descriptor when authorizing against a certain account.
current counter value, or null if none was found
if more than one operation is performed with this auth descriptor on this account in the same transaction, then this counter has to be manually increased after the first operation
Retrieves the auth handler that is defined for the operation with the provided name. If the operation does not have an auth handler specified, null is returned
the name of the operation to get the auth handler for
Retrieves the login config for a specific config name. If no name is provided, the default login config will be used.
Optional
name: stringthe name of the login config
A utility class that is responsible for keeping track of authorization details. Such as what operations there is, what they require in terms of privileges and selecting the correct auth descriptor for authorizing an operation.