ExpiredException
extends UnexpectedValueException
in package
implements
JWTExceptionWithPayloadInterface
Table of Contents
Interfaces
Properties
- $payload : object
- $timestamp : int|null
Methods
- getPayload() : object
- Get the payload that caused this exception.
- getTimestamp() : int|null
- setPayload() : void
- Get the payload that caused this exception.
- setTimestamp() : void
Properties
$payload
private
object
$payload
$timestamp
private
int|null
$timestamp
= null
Methods
getPayload()
Get the payload that caused this exception.
public
getPayload() : object
Return values
objectgetTimestamp()
public
getTimestamp() : int|null
Return values
int|nullsetPayload()
Get the payload that caused this exception.
public
setPayload(object $payload) : void
Parameters
- $payload : object
setTimestamp()
public
setTimestamp(int $timestamp) : void
Parameters
- $timestamp : int