Function getMainAuthDescriptorsFiltered

  • Retrieves a paginated list of main auth descriptors filtered by the provided criteria.

    Parameters

    • connection: Connection

      The connection object to interact with the backend service.

    • mainAccountAuthDescriptorFilter: MainAccountAuthDescriptorFilter = null

      An optional filter to apply to the main 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 filtered auth descriptors.

    Available since ApiVersion 1