PHP 8.2.31
Preview: PasswordBroker.php Size: 1.27 KB
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Auth/PasswordBroker.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Auth;

use Closure;
interface PasswordBroker
{
    /**
     * Constant representing a successfully sent reminder.
     *
     * @var string
     */
    const RESET_LINK_SENT = 'passwords.sent';
    /**
     * Constant representing a successfully reset password.
     *
     * @var string
     */
    const PASSWORD_RESET = 'passwords.reset';
    /**
     * Constant representing the user not found response.
     *
     * @var string
     */
    const INVALID_USER = 'passwords.user';
    /**
     * Constant representing an invalid token.
     *
     * @var string
     */
    const INVALID_TOKEN = 'passwords.token';
    /**
     * Constant representing a throttled reset attempt.
     *
     * @var string
     */
    const RESET_THROTTLED = 'passwords.throttled';
    /**
     * Send a password reset link to a user.
     *
     * @param  array  $credentials
     * @param  \Closure|null  $callback
     * @return string
     */
    public function sendResetLink(array $credentials, ?Closure $callback = null);
    /**
     * Reset the password for the given token.
     *
     * @param  array  $credentials
     * @param  \Closure  $callback
     * @return mixed
     */
    public function reset(array $credentials, Closure $callback);
}

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
Access DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
1.08 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
432 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
475 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.09 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
682 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.27 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
303 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.52 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
653 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.69 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).