Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Jwt

Открытые статические члены

static create (array $channels=[], int $userId=0, array $options=[])
 
static decode (string $jwt, string $secret)
 

Открытые атрибуты

const DEFAULT_TTL = 12 * 3600
 

Подробное описание

См. определение в файле 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

См. определение в файле jwt.php строка 44

Данные класса

◆ DEFAULT_TTL

const DEFAULT_TTL = 12 * 3600

См. определение в файле jwt.php строка 10