Function getAccountAuthDescriptorsFiltered

  • Retrieves a paginated list of account authdescriptors based on the provided filter, limit, and cursor.

    Parameters

    • connection: Connection

      The connection object to interact with the backend service.

    • accountAuthDescriptorFilter: AccountAuthDescriptorFilter = null

      An optional filter to apply to the account auth descriptors.

    • limit: OptionalLimit = null

      An optional limit on the number of results to return.

    • cursor: OptionalPageCursor = null

      An optional cursor for pagination.

    Returns Promise<PaginatedEntity<AnyAuthDescriptor>>

    A promise that resolves to a paginated entity containing the account auth descriptors.

    Available since ApiVersion 1