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

Version Path
ory-client-0.2.0.alpha48 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha47 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha46 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha45 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha44 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha43 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha42 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha41 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha40 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha39 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha38 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha37 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha36 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha35 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha34 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha33 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha32 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha31 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha30 docs/FlushLoginConsentRequest.md
ory-client-0.2.0.alpha29 docs/FlushLoginConsentRequest.md