RetryAuthenticationEntryPoint
class RetryAuthenticationEntryPoint implements AuthenticationEntryPointInterface
RetryAuthenticationEntryPoint redirects URL based on the configured scheme.
This entry point is not intended to work with HTTP post requests.
Methods
__construct($httpPort = 80, $httpsPort = 443)
No description
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.
Details
at line line 30
__construct($httpPort = 80, $httpsPort = 443)
at line line 39
Response
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.