TokenRepositoryInterface
interface TokenRepositoryInterface
Methods
Details
at line 15
string
create(CanResetPassword $user)
Create a new token.
at line 24
bool
exists(CanResetPassword $user, string $token)
Determine if a token record exists and is valid.
at line 32
void
delete(CanResetPassword $user)
Delete a token record.
at line 39
void
deleteExpired()
Delete expired tokens.