interface AuthenticationEntryPointInterface
AuthenticationEntryPointInterface is the interface used to start the authentication scheme.
Methods
| Response |
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme. |
Details
at line 33
public Response
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.