Method: OryClient::IdentityWithCredentialsPasswordConfig#use_password_migration_hook

Defined in:
lib/ory-client/models/identity_with_credentials_password_config.rb

#use_password_migration_hookObject

If set to true, the password will be migrated using the password migration hook.



26
27
28
# File 'lib/ory-client/models/identity_with_credentials_password_config.rb', line 26

def use_password_migration_hook
  @use_password_migration_hook
end