map_account_auth_descriptor
function map_account_auth_descriptor(account_auth_descriptor: account_auth_descriptor): (id: byte_array, account_id: byte_array, account_type: text, auth_type: auth_type, args: gtv, rules: gtv, ctr: integer, created: integer)(source)
Maps an account authentication descriptor to the desired format.
Return
{desired_return_type} - The mapped account authentication descriptor in the desired format.
Parameters
account_auth_descriptor
account_auth_descriptor - The account authentication descriptor to be mapped.