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

Version Path
ory-client-1.16.2 docs/TokenPagination.md
ory-client-1.16.1 docs/TokenPagination.md
ory-client-1.16.0 docs/TokenPagination.md
ory-client-1.15.17 docs/TokenPagination.md
ory-client-1.15.16 docs/TokenPagination.md
ory-client-1.15.15 docs/TokenPagination.md
ory-client-1.15.14 docs/TokenPagination.md
ory-client-1.15.13 docs/TokenPagination.md
ory-client-1.15.12 docs/TokenPagination.md
ory-client-1.15.10 docs/TokenPagination.md
ory-client-1.15.7 docs/TokenPagination.md
ory-client-1.15.6 docs/TokenPagination.md
ory-client-1.15.5 docs/TokenPagination.md
ory-client-1.15.4 docs/TokenPagination.md
ory-client-1.15.3 docs/TokenPagination.md
ory-client-1.15.0 docs/TokenPagination.md
ory-client-1.14.5 docs/TokenPagination.md
ory-client-1.14.4 docs/TokenPagination.md
ory-client-1.14.3 docs/TokenPagination.md
ory-client-1.14.2 docs/TokenPagination.md