Method: OryClient::Pagination#page_token

Defined in:
lib/ory-client/models/pagination.rb

#page_tokenObject

Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](www.ory.sh/docs/ecosystem/api-design#pagination).



25
26
27
# File 'lib/ory-client/models/pagination.rb', line 25

def page_token
  @page_token
end