‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Security\SudoMode\Access\AccessGrant Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Security\SudoMode\Access\AccessGrant:

Public Member Functions

 __construct (public readonly AccessSubjectInterface $subject, public readonly int $expiration,)
 
 jsonSerialize ()
 

Detailed Description

Representation of any granted access to a particular subject, having an expiration time. The user successfully verified a previous AccessClaim by entering their password.

Definition at line 26 of file AccessGrant.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Security\SudoMode\Access\AccessGrant::__construct ( public readonly AccessSubjectInterface  $subject,
public readonly int  $expiration 
)

Definition at line 28 of file AccessGrant.php.

Member Function Documentation

◆ jsonSerialize()

TYPO3\CMS\Backend\Security\SudoMode\Access\AccessGrant::jsonSerialize ( )