Registrar interface Registrar (
bool viaRemember() Determine if the user was authenticated via "remember
string getRememberToken() Get the token value for the "remember me" session
Response|null basic(string $field = 'email', array $extraConditions = array())
int|null id() Get the ID for the currently authenticated user.
Authenticatable loginUsingId(mixed $id, bool
PasswordBroker interface PasswordBroker (
mixed broker(string|null $name = null) Get a password broker instance by
Authenticatable create(array $data)
bool attempt(array $credentials = array(), bool $remember = false, bool $login = true)
Page 3 of 6