Sha256: 8a247da88424f74842063e13a688fe44635ecf86289aaedf9bcef6fa1352aeb3

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

# OryKratosClient::IdentityCredentialsOidcProvider

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **initial_access_token** | **String** |  | [optional] |
| **initial_id_token** | **String** |  | [optional] |
| **initial_refresh_token** | **String** |  | [optional] |
| **organization** | **String** |  | [optional] |
| **provider** | **String** |  | [optional] |
| **subject** | **String** |  | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::IdentityCredentialsOidcProvider.new(
  initial_access_token: null,
  initial_id_token: null,
  initial_refresh_token: null,
  organization: null,
  provider: null,
  subject: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/IdentityCredentialsOidcProvider.md
ory-kratos-client-1.1.0 docs/IdentityCredentialsOidcProvider.md