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