|
static | create (array $channels=[], int $userId=0, array $options=[]) |
|
static | decode (string $jwt, string $secret) |
|
См. определение в файле jwt.php строка 8
◆ create()
static create |
( |
array | $channels = [], |
|
|
int | $userId = 0, |
|
|
array | $options = [] ) |
|
static |
Returns array with a pair of values: signed JWT token; token expiration timestamp
См. определение в файле jwt.php строка 15
◆ decode()
static decode |
( |
string | $jwt, |
|
|
string | $secret ) |
|
static |
◆ DEFAULT_TTL
const DEFAULT_TTL = 12 * 3600 |