UserProviderInterface::retrieveByToken()

UserInterface|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by by their unique identifier and "remember me" token. Parameters mixed $identifier string $token Return Value UserInterface|null

UserProviderInterface::retrieveById()

UserInterface|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Parameters mixed $identifier Return Value UserInterface|null

UserProviderInterface::retrieveByCredentials()

UserInterface|null retrieveByCredentials(array $credentials) Retrieve a user by the given credentials. Parameters array $credentials Return Value UserInterface|null

UserProviderInterface

UserProviderInterface interface UserProviderInterface (View source) Methods UserInterface|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. UserInterface|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by by their unique identifier and "remember me" token. void updateRememberToken(UserInterface $user, string $token) Update the "remember me" token for the given user in storage. UserInterface|null retrieveByCredentials(arr

UserProvider::validateCredentials()

bool validateCredentials(Authenticatable $user, array $credentials) Validate a user against the given credentials. Parameters Authenticatable $user array $credentials Return Value bool

UserProvider::updateRememberToken()

void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Parameters Authenticatable $user string $token Return Value void

UserProvider::retrieveByToken()

Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. Parameters mixed $identifier string $token Return Value Authenticatable|null

UserProvider::retrieveById()

Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Parameters mixed $identifier Return Value Authenticatable|null

UserProvider::retrieveByCredentials()

Authenticatable|null retrieveByCredentials(array $credentials) Retrieve a user by the given credentials. Parameters array $credentials Return Value Authenticatable|null

UserProvider

UserProvider interface UserProvider (View source) Methods Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Authenticatable|null retrieveByCredentials(array $credentia