Sha256: 6f567ce97ab67417997bd25b241f59a18fd9feb9087f453b51a40bf0450fb7d1

Contents?: true

Size: 1.49 KB

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.14.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.14.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.14.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.10 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.6 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.4 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.3 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.13.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.11.6 docs/OAuth2ClientTokenLifespans.md
ory-client-1.9.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.8.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.8.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.6.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.6.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.5.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.5.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.5.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.9 docs/OAuth2ClientTokenLifespans.md