interface PasswordBroker (View source)
RESET_LINK_SENT | Constant representing a successfully sent reminder. |
PASSWORD_RESET | Constant representing a successfully reset password. |
INVALID_USER | Constant representing the user not found response. |
INVALID_TOKEN | Constant representing an invalid token. |
RESET_THROTTLED | Constant representing a throttled reset attempt. |
string | sendResetLink(array $credentials, Closure $callback = null) Send a password reset link to a user. | |
mixed | reset(array $credentials, Closure $callback) Reset the password for the given token. |
Send a password reset link to a user.
Reset the password for the given token.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Contracts/Auth/PasswordBroker.html