|
ILIAS
release_8 Revision v8.24
|
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.