PHP 8.3.31
Preview: PasswordBroker.php Size: 1.26 KB
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Auth/PasswordBroker.php

<?php

namespace 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
- drwxrwxrwx 2025-09-17 06:52:59
Edit Download
- drwxrwxrwx 2025-09-17 06:52:59
Edit Download
1.07 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
414 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
457 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.07 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
666 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.26 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
284 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.50 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
635 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.79 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download

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