Sha256: 65355b74d77aa5173d3d02f80d95dac9ae4a5b69633ebd5b3fb0c92b49ee248e
Contents?: true
Size: 584 Bytes
Versions: 42
Compression:
Stored size: 584 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] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentityWithCredentialsPasswordConfig.new( hashed_password: null, password: null ) ```
Version data entries
42 entries across 42 versions & 1 rubygems