BasicAuthenticationEntryPoint
class BasicAuthenticationEntryPoint implements AuthenticationEntryPointInterface
BasicAuthenticationEntryPoint starts an HTTP Basic authentication.
Methods
__construct($realmName)
No description
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.
Details
at line line 27
__construct($realmName)
at line line 35
Response
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.