get_account_auth_descriptors

@mount("ft4.get_account_auth_descriptors") query get_account_auth_descriptors(id: byte_array): list<(id: byte_array, account_id: byte_array, auth_type: auth_type, args: gtv, rules: gtv, created: integer)>(source)

Returns all auth descriptors associated with the specified account.

Returns a list which should in most cases contain at least one value (the main auth descriptor). An empty list from this query when fetching auth descriptors for a user account would be indicative of either:

  • a bug in the dApp logic that caused the main auth descriptor to be removed

  • the account ID passed refers to a non-user account, which does not have auth descriptors

Parameters

id

the id of the account of which to get auth descriptors