UserProviderInterface (Auth)

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)

Ret