mediatekformation

RetryAuthenticationEntryPoint
in package
implements AuthenticationEntryPointInterface

RetryAuthenticationEntryPoint redirects URL based on the configured scheme.

This entry point is not intended to work with HTTP post requests.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

AuthenticationEntryPointInterface
Implement this interface for any classes that will be called to "start" the authentication process (see method for more details).

Table of Contents

$httpPort  : mixed
$httpsPort  : mixed
__construct()  : mixed
start()  : Response
Returns a response that directs the user to authenticate.

Properties

Methods

__construct()

public __construct([int $httpPort = 80 ][, int $httpsPort = 443 ]) : mixed
Parameters
$httpPort : int = 80
$httpsPort : int = 443
Return values
mixed

Search results