Sha256: 9f07c23abb6752c79796a610b43d7f4e4b17a0add16cf7c19667eda81f59968e

Contents?: true

Size: 478 Bytes

Versions: 5

Compression:

Stored size: 478 Bytes

Contents

# OryHydraClient::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-hydra-client'

instance = OryHydraClient::FlushLoginConsentRequest.new(
  not_after: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/FlushLoginConsentRequest.md
ory-hydra-client-1.11.7 docs/FlushLoginConsentRequest.md
ory-hydra-client-1.11.6 docs/FlushLoginConsentRequest.md
ory-hydra-client-1.11.5 docs/FlushLoginConsentRequest.md
ory-hydra-client-1.11.4 docs/FlushLoginConsentRequest.md