Sha256: d4a1591a9614eef0b016984b42cdd2ece5c148f2756caeb8e395ba81dd566030
Contents?: true
Size: 767 Bytes
Versions: 21
Compression:
Stored size: 767 Bytes
Contents
# OryClient::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] | | **use_password_migration_hook** | **Boolean** | If set to true, the password will be migrated using the password migration hook. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentityWithCredentialsPasswordConfig.new( hashed_password: null, password: null, use_password_migration_hook: null ) ```
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.14.1 | docs/IdentityWithCredentialsPasswordConfig.md |