Sha256: bc27371f6f94c54f76e20917072b113ddaed00edf5308bb7254b4c3ec7f65127

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

# OryClient::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** | Type discriminates between different types of credentials. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML link_recovery CredentialsTypeRecoveryLink  CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow).  It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode | [optional] |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **version** | **Integer** | Version refers to the version of the credential. Useful when changing the config schema. | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-client-1.15.17 docs/IdentityCredentials.md