Constructor: account.resetPasswordFailedWait
You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
retry_date | int | Yes | Wait until this date before requesting another reset. |
Type: account.ResetPasswordResult
Example:
$account_resetPasswordFailedWait = ['_' => 'account.resetPasswordFailedWait', 'retry_date' => int];