Sha256: a6b1f7746d616a007813b50f1848f7407402dcf05385bd1bf289e17c0910a122

Contents?: true

Size: 687 Bytes

Versions: 22

Compression:

Stored size: 687 Bytes

Contents

# OryClient::IdentityCredentialsPassword

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **hashed_password** | **String** | HashedPassword is a hash-representation of the password. | [optional] |
| **use_password_migration_hook** | **Boolean** | UsePasswordMigrationHook is set to true if the password should be migrated using the password migration hook. If set, and the HashedPassword is empty, a webhook will be called during login to migrate the password. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::IdentityCredentialsPassword.new(
  hashed_password: null,
  use_password_migration_hook: null
)
```

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/IdentityCredentialsPassword.md
ory-client-1.16.1 docs/IdentityCredentialsPassword.md
ory-client-1.16.0 docs/IdentityCredentialsPassword.md
ory-client-1.15.17 docs/IdentityCredentialsPassword.md
ory-client-1.15.16 docs/IdentityCredentialsPassword.md
ory-client-1.15.15 docs/IdentityCredentialsPassword.md
ory-client-1.15.14 docs/IdentityCredentialsPassword.md
ory-client-1.15.13 docs/IdentityCredentialsPassword.md
ory-client-1.15.12 docs/IdentityCredentialsPassword.md
ory-client-1.15.10 docs/IdentityCredentialsPassword.md
ory-client-1.15.7 docs/IdentityCredentialsPassword.md
ory-client-1.15.6 docs/IdentityCredentialsPassword.md
ory-client-1.15.5 docs/IdentityCredentialsPassword.md
ory-client-1.15.4 docs/IdentityCredentialsPassword.md
ory-client-1.15.3 docs/IdentityCredentialsPassword.md
ory-client-1.15.0 docs/IdentityCredentialsPassword.md
ory-client-1.14.5 docs/IdentityCredentialsPassword.md
ory-client-1.14.4 docs/IdentityCredentialsPassword.md
ory-client-1.14.3 docs/IdentityCredentialsPassword.md
ory-client-1.14.2 docs/IdentityCredentialsPassword.md