Constructor: auth.passwordRecovery
Recovery info of a 2FA password, only for accounts with a recovery email configured.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
email_pattern | string | Yes | The email to which the recovery code was sent must match this pattern. |
Type: auth.PasswordRecovery
Example:
$auth_passwordRecovery = ['_' => 'auth.passwordRecovery', 'email_pattern' => 'string'];