PasswordBroker
class PasswordBroker implements PasswordBroker (View source)
Methods
void __construct(TokenRepositoryInterface $tokens, UserProvider $users) Create a new password broker instance. string sendResetLink(array $credentials) Send a password reset link to a user. mixed reset(array $credentials, Closure $callback) Reset the password for the given token. void validator(Closure $callback) Set a custom password validator. bool validateNewPassword(array $credentia