ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
JWTExceptionWithPayloadInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Firebase\JWT
;
4
5
interface
JWTExceptionWithPayloadInterface
6
{
12
public
function
getPayload
():
object
;
13
20
public
function
setPayload
(
object
$payload
): void;
21
}
Firebase\JWT\JWTExceptionWithPayloadInterface\getPayload
getPayload()
Get the payload that caused this exception.
Firebase\JWT\JWTExceptionWithPayloadInterface\setPayload
setPayload(object $payload)
Get the payload that caused this exception.
$payload
if(count($parts) !=3) $payload
Definition:
ltitoken.php:70
Firebase\JWT\JWTExceptionWithPayloadInterface
Definition:
JWTExceptionWithPayloadInterface.php:5
ILIAS\Repository\object
object()
Definition:
trait.GlobalDICGUIServices.php:47
Firebase\JWT
Definition:
BeforeValidException.php:3
Services
LTI
src
Firebase
JWTExceptionWithPayloadInterface.php
Generated on Wed Sep 3 2025 22:02:30 for ILIAS by
1.8.13 (using
Doxyfile
)