Sha256: 1fc81f199ca718fd203f899938973f15f60ce329f83e377880a066d5c128e147

Contents?: true

Size: 603 Bytes

Versions: 2

Compression:

Stored size: 603 Bytes

Contents

# OryKratosClient::IdentityWithCredentialsPasswordConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **hashed_password** | **String** | The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords) | [optional] |
| **password** | **String** | The password in plain text if no hash is available. | [optional] |

## Example

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

instance = OryKratosClient::IdentityWithCredentialsPasswordConfig.new(
  hashed_password: null,
  password: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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