PasswordBroker
interface PasswordBroker (View source)
Constants
Methods
string
bool
validateNewPassword(
array $credentials)
Determine if the passwords match for the request.
Details
at line line 51
string
sendResetLink(
array $credentials,
Closure $callback = null)
Send a password reset link to a user.
at line line 60
mixed
reset(
array $credentials,
Closure $callback)
Reset the password for the given token.
at line line 76
bool
validateNewPassword(
array $credentials)
Determine if the passwords match for the request.