Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.14 KB

ClientTokenPaginationRequestParameters.md

File metadata and controls

12 lines (8 loc) · 1.14 KB

Ory.Client.Model.ClientTokenPaginationRequestParameters

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.

Properties

Name Type Description Notes
PageSize long Items per Page This is the number of items per page to return. For details on pagination please head over to the pagination documentation. [optional] [default to 250]
PageToken string Next Page Token The next page token. For details on pagination please head over to the pagination documentation. [optional] [default to "1"]

[Back to Model list] [Back to API list] [Back to README]