790 B
790 B
title | description |
---|---|
account.passwordInputSettings | account_passwordInputSettings attributes, type and example |
Constructor: account.passwordInputSettings
Attributes:
Name | Type | Required |
---|---|---|
new_salt | bytes | Optional |
new_password_hash | bytes | Optional |
hint | string | Optional |
string | Optional |
Type: account_PasswordInputSettings
Example:
$account_passwordInputSettings = ['_' => 'account.passwordInputSettings', 'new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, 'email' => string, ];