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
파일 보기 프로젝트 열기: emarref/jwt 1 사용 예제들

공개 메소드들

메소드 설명
getName ( ) : string

메소드 상세

getName() 공개 메소드

public getName ( ) : string
리턴 string