TokenRepositoryInterface
interface TokenRepositoryInterface (View source)
Methods
string
bool
bool
recentlyCreatedToken(CanResetPassword $user)
Determine if the given user recently created a password reset token.
void
void
deleteExpired()
Delete expired tokens.
Details
bool
recentlyCreatedToken(CanResetPassword $user)
Determine if the given user recently created a password reset token.