‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Authentication\Event\BeforeRequestTokenProcessedEvent Class Reference

Public Member Functions

 __construct (private readonly AbstractUserAuthentication $user, private readonly ServerRequestInterface $request, private RequestToken|false|null $requestToken)
 
 getUser ()
 
 getRequest ()
 
 getRequestToken ()
 
 setRequestToken (RequestToken|false|null $requestToken)
 

Detailed Description

Event fired before request-token is processed.

Definition at line 27 of file BeforeRequestTokenProcessedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Authentication\Event\BeforeRequestTokenProcessedEvent::__construct ( private readonly AbstractUserAuthentication  $user,
private readonly ServerRequestInterface  $request,
private RequestToken|false|null  $requestToken 
)

Definition at line 29 of file BeforeRequestTokenProcessedEvent.php.

Member Function Documentation

◆ getRequest()

TYPO3\CMS\Core\Authentication\Event\BeforeRequestTokenProcessedEvent::getRequest ( )

Definition at line 40 of file BeforeRequestTokenProcessedEvent.php.

◆ getRequestToken()

TYPO3\CMS\Core\Authentication\Event\BeforeRequestTokenProcessedEvent::getRequestToken ( )

◆ getUser()

TYPO3\CMS\Core\Authentication\Event\BeforeRequestTokenProcessedEvent::getUser ( )

◆ setRequestToken()

TYPO3\CMS\Core\Authentication\Event\BeforeRequestTokenProcessedEvent::setRequestToken ( RequestToken|false|null  $requestToken)

Definition at line 50 of file BeforeRequestTokenProcessedEvent.php.