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

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