Illuminate\Contracts\Auth\Access Interfaces
bool check(string $ability, array|mixed $arguments = array()) Determine
bool check() Determine if the current user is authenticated.
bool validate(array $credentials = array()) Validate a user's credentials
int|null id() Get the ID for the currently authenticated user.
void setUser(Authenticatable $user)
mixed getAuthIdentifier() Get the unique identifier for the user.
string getRememberTokenName() Get the column name for the "remember me"
Validator validator(array $data)
Response|null onceBasic(string $field = 'email', array $extraConditions = array())
Page 1 of 7