ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Firebase\JWT\JWTExceptionWithPayloadInterface Interface Reference
+ Inheritance diagram for Firebase\JWT\JWTExceptionWithPayloadInterface:
+ Collaboration diagram for Firebase\JWT\JWTExceptionWithPayloadInterface:

Public Member Functions

 getPayload ()
 Get the payload that caused this exception. More...
 
 setPayload (object $payload)
 Get the payload that caused this exception. More...
 

Detailed Description

Definition at line 5 of file JWTExceptionWithPayloadInterface.php.

Member Function Documentation

◆ getPayload()

Firebase\JWT\JWTExceptionWithPayloadInterface::getPayload ( )

Get the payload that caused this exception.

Returns
object

Implemented in Firebase\JWT\BeforeValidException, and Firebase\JWT\ExpiredException.

◆ setPayload()

Firebase\JWT\JWTExceptionWithPayloadInterface::setPayload ( object  $payload)

Get the payload that caused this exception.

Parameters
object$payload
Returns
void

Implemented in Firebase\JWT\BeforeValidException, and Firebase\JWT\ExpiredException.


The documentation for this interface was generated from the following file: