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.1.16 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.15 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.14 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.13 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.12 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.11 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.10 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.7 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.5 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.4 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.3 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.0.2 docs/OAuth2ClientTokenLifespans.md
ory-client-1.0.1 docs/OAuth2ClientTokenLifespans.md
ory-client-1.0.0 docs/OAuth2ClientTokenLifespans.md
ory-client-1.0.0.alpha0 docs/OAuth2ClientTokenLifespans.md