Discord Eraser Bot

AuthenticationEntryPoint
in package
implements AuthenticationEntryPointInterface

Read onlyYes
FinalYes

Table of Contents

Interfaces

AuthenticationEntryPointInterface

Constants

ROUTE_NAME_SESSION_KEY  = '_authentication_entry_point_route_name'
ROUTE_PARAMS_SESSION_KEY  = '_authentication_entry_point_route_params'

Properties

$urlGenerator  : UrlGeneratorInterface

Methods

__construct()  : mixed
start()  : Response

Constants

ROUTE_PARAMS_SESSION_KEY

public mixed ROUTE_PARAMS_SESSION_KEY = '_authentication_entry_point_route_params'

Properties

Methods

__construct()

public __construct(UrlGeneratorInterface $urlGenerator) : mixed
Parameters
$urlGenerator : UrlGeneratorInterface

start()

public start(Request $request[, AuthenticationException|null $authException = null ]) : Response
Parameters
$request : Request
$authException : AuthenticationException|null = null
Return values
Response

        
On this page

Search results