class BasicAuthenticationEntryPoint implements AuthenticationEntryPointInterface
BasicAuthenticationEntryPoint starts an HTTP Basic authentication.
Methods
| __construct($realmName) | ||
| Response |
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme. |
Details
at line 28
public
__construct($realmName)
at line 33
public Response
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.