IPWorks Auth 2020 JavaScript Edition

Questions / Feedback?

ClaimExp Property

The expiration time claim.

Syntax


 getClaimExp(): string;

 setClaimExp(claimExp: string): void;

Default Value

""

Remarks

This property holds the expiration time claim. The expiration time claim identifies the expiration time on or after which the JWT must not be accepted. This value corresponds to the exp JSON property.

This value is represented as a numeric value containing the number of seconds since the epoch (January 1st 1970). For instance 1498599163.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 JavaScript Edition - Version 20.0 [Build 8262]