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. | |
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.
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/5.8/Illuminate/Auth/Passwords/TokenRepositoryInterface.html