Sha256: 856f813b6c89b226ccd9b5a0bf747f633dbdd9a54141d8fe6b8848c3723e9d9b
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# OryKratosClient::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 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-kratos-client' instance = OryKratosClient::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-kratos-client-1.1.0 | docs/IdentityCredentials.md |