Ory.Model.TokenPaginationResponseHeaders (ory_client v1.6.2)

The Link HTTP header contains multiple links (first, next, last, previous) formatted as: <https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel="{page}" For details on pagination please head over to the pagination documentation.

Summary

Types

@type t() :: %Ory.Model.TokenPaginationResponseHeaders{
  link: String.t() | nil,
  "x-total-count": integer() | nil
}

Functions