Sha256: 478da2092e53efeecaf8868570b5c631e770e98439b0b1ade2b59bab623e937a

Contents?: true

Size: 766 Bytes

Versions: 3

Compression:

Stored size: 766 Bytes

Contents

# OryHydraClient::IdentityCredentials

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **config** | **Object** |  | [optional] |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **identifiers** | **Array<String>** | Identifiers represents a list of unique identifiers this credential type matches. | [optional] |
| **type** | **String** | and so on. | [optional] |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |

## Example

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

instance = OryHydraClient::IdentityCredentials.new(
  config: null,
  created_at: null,
  identifiers: null,
  type: null,
  updated_at: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/IdentityCredentials.md
ory-kratos-client-0.7.0.alpha1 docs/IdentityCredentials.md
ory-kratos-client-0.6.3.alpha1 docs/IdentityCredentials.md