TokenRepositoryInterface
interface TokenRepositoryInterface (View source)
Methods
string
bool
void
delete(
string $token)
Delete a token record.
void
deleteExpired()
Delete expired tokens.
Details
at line line 24
bool
exists(
CanResetPassword $user,
string $token)
Determine if a token record exists and is valid.