ory-client 1.1.10

SDK Client for Ory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# IdentityWithCredentialsPasswordConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hashed_password** | Option<**String**> | The hashed password in [PHC format] https://www.ory.sh/docs/kratos/concepts/credentials/username-email-password#hashed-password-format | [optional]
**password** | Option<**String**> | The password in plain text if no hash is available. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)