Sha256: 0b5390cddf8b03aa9fe45844a2dc2b524d6bead4a3b8e25fd247f05e0148137d
Contents?: true
Size: 586 Bytes
Versions: 54
Compression:
Stored size: 586 Bytes
Contents
# OryClient::IdentityWithCredentialsPasswordConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hashed_password** | **String** | The hashed password in [PHC format]( https://www.ory.sh/docs/kratos/concepts/credentials/username-email-password#hashed-password-format) | [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
54 entries across 54 versions & 1 rubygems