PasswordBroker
class PasswordBroker (View source)
Constants
Methods
void
__construct(
ReminderRepositoryInterface $reminders,
UserProviderInterface $users,
Mailer $mailer,
string $reminderView)
Create a new password broker instance.
int
sendReminder(
RemindableInterface $user,
string $token,
Closure $callback = null)
Send the password reminder e-mail.
getUser(
array $credentials)
Get the user for the given credentials.
Details
at line line 88
void
__construct(
ReminderRepositoryInterface $reminders,
UserProviderInterface $users,
Mailer $mailer,
string $reminderView)
Create a new password broker instance.
at line line 106
string
remind(
array $credentials,
Closure $callback = null)
Send a password reminder to a user.
at line line 136
int
sendReminder(
RemindableInterface $user,
string $token,
Closure $callback = null)
Send the password reminder e-mail.
at line line 158
mixed
reset(
array $credentials,
Closure $callback)
Reset the password for the given token.
at line line 258
RemindableInterface
getUser(
array $credentials)
Get the user for the given credentials.