Sha256: d42287e197c77b82ca17a77a334da2a907f42b61df6e91c863779efa6926f01e
Contents?: true
Size: 758 Bytes
Versions: 154
Compression:
Stored size: 758 Bytes
Contents
# OryClient::TokenPagination ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page_size** | **Integer** | Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to 250] | | **page_token** | **String** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional][default to '1'] | ## Example ```ruby require 'ory-client' instance = OryClient::TokenPagination.new( page_size: null, page_token: null ) ```
Version data entries
154 entries across 154 versions & 1 rubygems