Gate forUser(
bool guest() Determine if the current user is a guest.
string getAuthPassword() Get the password for the user.
CanResetPassword interface CanResetPassword (
void sendPasswordResetNotification(string $token) Send the password reset
Authenticatable interface Authenticatable (
$this after(callable $callback) Register a callback to run after all Gate
bool validateNewPassword(array $credentials) Determine if the passwords
Page 7 of 7