AuthenticationProviderInterface
interface AuthenticationProviderInterface (View source)
Interface for authentication providers.
Methods
bool
applies(Request $request)
Checks whether suitable authentication credentials are on the request.
AccountInterface|null
authenticate(Request $request)
Authenticates the user.
Details
bool
applies(Request $request)
Checks whether suitable authentication credentials are on the request.
AccountInterface|null
authenticate(Request $request)
Authenticates the user.