Sha256: e79ca544e0e9cdca97822324933108e9be646a18b1b59f404d2e7257df4bd48e
Contents?: true
Size: 462 Bytes
Versions: 20
Compression:
Stored size: 462 Bytes
Contents
# OryClient::FlushLoginConsentRequest ## 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 recent login and consent database entries for auditing. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::FlushLoginConsentRequest.new( not_after: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems