| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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... | |
Definition at line 5 of file JWTExceptionWithPayloadInterface.php.
| Firebase\JWT\JWTExceptionWithPayloadInterface::getPayload | ( | ) | 
Get the payload that caused this exception.
Implemented in Firebase\JWT\BeforeValidException, and Firebase\JWT\ExpiredException.
| Firebase\JWT\JWTExceptionWithPayloadInterface::setPayload | ( | object | $payload | ) | 
Get the payload that caused this exception.
| object | $payload | 
Implemented in Firebase\JWT\BeforeValidException, and Firebase\JWT\ExpiredException.