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.4.8 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.7 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.6 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.5 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.4 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.3 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.4.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.3.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.17 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.16 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.15 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.14 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.11 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.10 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.9 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.8 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.7 docs/OAuth2ClientTokenLifespans.md
ory-client-1.2.6 docs/OAuth2ClientTokenLifespans.md