AuthenticationEntryPointInterface

AuthenticationEntryPointInterface

interface AuthenticationEntryPointInterface

Implement this interface for any classes that will be called to "start" the authentication process (see method for more details).

Methods

Response start(Request $request, AuthenticationException $authException = null)

Returns a response that directs the user to authenticate.

Detail