Sha256: 99697c9f08bf7c936c4a6aed176466764fc178beea642c1b15f87490b9aa50cf
Contents?: true
Size: 459 Bytes
Versions: 20
Compression:
Stored size: 459 Bytes
Contents
# OryClient::FlushInactiveOAuth2TokensRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **not_after** | **Time** | NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recently issued tokens for auditing. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::FlushInactiveOAuth2TokensRequest.new( not_after: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems