PHP Class 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.
Inheritance: extends DateValueClaim
Show file Open project: emarref/jwt Class Usage Examples

Public Methods

Method Description
getName ( ) : string

Method Details

getName() public method

public getName ( ) : string
return string