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)

Parameters

$realmName

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

Starts the authentication scheme.

Parameters

Request $request The request that resulted in an AuthenticationException
AuthenticationException $authException The exception that started the authentication process

Return Value

Response