‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Security\SudoMode\Exception\VerificationRequiredException Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Security\SudoMode\Exception\VerificationRequiredException:

Public Member Functions

 withClaim (AccessClaim $bundle)
 
 getClaim ()
 

Protected Attributes

AccessClaim $claim
 

Detailed Description

Exception that signals that the verification process was successful, and that the user shall be redirected to the URI, that has been requested originally.

Definition at line 28 of file VerificationRequiredException.php.

Member Function Documentation

◆ getClaim()

TYPO3\CMS\Backend\Security\SudoMode\Exception\VerificationRequiredException::getClaim ( )

◆ withClaim()

TYPO3\CMS\Backend\Security\SudoMode\Exception\VerificationRequiredException::withClaim ( AccessClaim  $bundle)

Definition at line 32 of file VerificationRequiredException.php.

Member Data Documentation

◆ $claim

AccessClaim TYPO3\CMS\Backend\Security\SudoMode\Exception\VerificationRequiredException::$claim
protected