Ory.Model.IdentityWithCredentialsPasswordConfig
(ory_client v1.2.6)
Create Identity and Import Password Credentials Configuration
@type t() :: %Ory.Model.IdentityWithCredentialsPasswordConfig{
hashed_password: String.t() | nil,
password: String.t() | nil
}