|
Zitadel PHP Client 1.3.6
PHP Client for Zitadel
|
Public Member Functions | |
| __construct (array $settings) | |
| setUserId (int $userid) | |
| setVerifyCode ($verifyCode) | |
| setCurrentPassword ($currentPassword) | |
| setNewPassword ($newPassword, $changeRequired) | |
| getVerifyCode () | |
| change () | |
| requestVerifyCode () | |
Class to manage Passwords
Definition at line 10 of file Password.php.
| __construct | ( | array | $settings | ) |
Initialize the Password class
| $settings | array The settings array |
Definition at line 20 of file Password.php.
| change | ( | ) |
Definition at line 51 of file Password.php.
| getVerifyCode | ( | ) |
Definition at line 47 of file Password.php.
| requestVerifyCode | ( | ) |
Definition at line 79 of file Password.php.
| setCurrentPassword | ( | $currentPassword | ) |
Definition at line 36 of file Password.php.
| setNewPassword | ( | $newPassword, | |
| $changeRequired ) |
Definition at line 40 of file Password.php.
| setUserId | ( | int | $userid | ) |
Set the userid
| $userid | int User id |
Definition at line 28 of file Password.php.
| setVerifyCode | ( | $verifyCode | ) |
Definition at line 32 of file Password.php.