Sha256: c2b2b28bd820bccf158502bda12c903c844dcd637d6a090ff8cd841fbc457dc0
Contents?: true
Size: 774 Bytes
Versions: 8
Compression:
Stored size: 774 Bytes
Contents
# OryHydraClient::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-hydra-client' instance = OryHydraClient::TokenPagination.new( page_size: null, page_token: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems