Sha256: 08a3bdff9d49c7318de7de331f943da2c9fda0344f38684daf48cdc6d062cdf0
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 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 passkey CredentialsTypePasskey profile CredentialsTypeProfile 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.2.1 | docs/IdentityCredentials.md |