|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for Firebase\JWT\ExpiredException:
Collaboration diagram for Firebase\JWT\ExpiredException:Public Member Functions | |
| setPayload (object $payload) | |
| Get the payload that caused this exception. More... | |
| getPayload () | |
| Get the payload that caused this exception. More... | |
| getPayload () | |
| Get the payload that caused this exception. More... | |
| setPayload (object $payload) | |
| Get the payload that caused this exception. More... | |
Private Attributes | |
| object | $payload |
Definition at line 5 of file ExpiredException.php.
| Firebase\JWT\ExpiredException::getPayload | ( | ) |
Get the payload that caused this exception.
Implements Firebase\JWT\JWTExceptionWithPayloadInterface.
Definition at line 14 of file ExpiredException.php.
References Firebase\JWT\ExpiredException\$payload.
| Firebase\JWT\ExpiredException::setPayload | ( | object | $payload | ) |
Get the payload that caused this exception.
| object | $payload |
Implements Firebase\JWT\JWTExceptionWithPayloadInterface.
Definition at line 9 of file ExpiredException.php.
References Firebase\JWT\ExpiredException\$payload.
|
private |
Definition at line 7 of file ExpiredException.php.
Referenced by Firebase\JWT\ExpiredException\getPayload(), and Firebase\JWT\ExpiredException\setPayload().