PHP Класс Emarref\Jwt\Claim\Expiration

The exp (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing. The processing of the exp claim requires that the current date/time MUST be before the expiration date/time listed in the exp claim. Implementers MAY provide for some small leeway, usually no more than a few minutes, to account for clock skew. Its value MUST be a number containing a NumericDate value. Use of this claim is OPTIONAL.
Наследование: extends DateValueClaim
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getName ( ) : string

Описание методов

getName() публичный Метод

public getName ( ) : string
Результат string