Sha256: f0b1a7d34e64a20ead84f872dd8cf80f57a4237c596e4f83acc3d5ab50a99d87
Contents?: true
Size: 612 Bytes
Versions: 115
Compression:
Stored size: 612 Bytes
Contents
# OryClient::AdminCreateIdentityImportCredentialsPasswordConfig ## 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::AdminCreateIdentityImportCredentialsPasswordConfig.new( hashed_password: null, password: null ) ```
Version data entries
115 entries across 115 versions & 1 rubygems