Sha256: 6f567ce97ab67417997bd25b241f59a18fd9feb9087f453b51a40bf0450fb7d1

Contents?: true

Size: 1.49 KB

Versions: 117

Compression:

Stored size: 1.49 KB

Contents

# OryClient::OAuth2ClientTokenLifespans

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **authorization_code_grant_access_token_lifespan** | **String** |  | [optional] |
| **authorization_code_grant_id_token_lifespan** | **String** |  | [optional] |
| **authorization_code_grant_refresh_token_lifespan** | **String** |  | [optional] |
| **client_credentials_grant_access_token_lifespan** | **String** |  | [optional] |
| **implicit_grant_access_token_lifespan** | **String** |  | [optional] |
| **implicit_grant_id_token_lifespan** | **String** |  | [optional] |
| **jwt_bearer_grant_access_token_lifespan** | **String** |  | [optional] |
| **refresh_token_grant_access_token_lifespan** | **String** |  | [optional] |
| **refresh_token_grant_id_token_lifespan** | **String** |  | [optional] |
| **refresh_token_grant_refresh_token_lifespan** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::OAuth2ClientTokenLifespans.new(
  authorization_code_grant_access_token_lifespan: null,
  authorization_code_grant_id_token_lifespan: null,
  authorization_code_grant_refresh_token_lifespan: null,
  client_credentials_grant_access_token_lifespan: null,
  implicit_grant_access_token_lifespan: null,
  implicit_grant_id_token_lifespan: null,
  jwt_bearer_grant_access_token_lifespan: null,
  refresh_token_grant_access_token_lifespan: null,
  refresh_token_grant_id_token_lifespan: null,
  refresh_token_grant_refresh_token_lifespan: null
)
```

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.16.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.16.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.17 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.16 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.15 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.14 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.13 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.12 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.10 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.7 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.6 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.5 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.4 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.3 docs/OAuth2ClientTokenLifespans.md
ory-client-1.15.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.14.5 docs/OAuth2ClientTokenLifespans.md
ory-client-1.14.4 docs/OAuth2ClientTokenLifespans.md
ory-client-1.14.3 docs/OAuth2ClientTokenLifespans.md
ory-client-1.14.2 docs/OAuth2ClientTokenLifespans.md