interface TokenRepositoryInterface (View source)
string | create(CanResetPassword $user) Create a new token. | |
bool | exists(CanResetPassword $user, string $token) Determine if a token record exists and is valid. | |
bool | recentlyCreatedToken(CanResetPassword $user) Determine if the given user recently created a password reset token. | |
void | delete(CanResetPassword $user) Delete a token record. | |
void | deleteExpired() Delete expired tokens. |
Create a new token.
Determine if a token record exists and is valid.
Determine if the given user recently created a password reset token.
Delete a token record.
Delete expired tokens.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Auth/Passwords/TokenRepositoryInterface.html