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.36 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.35 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.34 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.33 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.32 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.31 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.30 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.29 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.28 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.27 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.26 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.25 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.24 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.23 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.22 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.21 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.20 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.19 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.18 docs/OAuth2ClientTokenLifespans.md
ory-client-1.1.17 docs/OAuth2ClientTokenLifespans.md