Table of Contents

TTMSFNCWebPushNotificationClaims.Expiry Property

Number of seconds the signed token remains valid after it is issued.

API unit family: TMS.TMSFNCWebPushSender Declaring type: TTMSFNCWebPushNotificationClaims Type: Integer

Syntax

property Expiry: Integer;

Default: DefaultExpirationSeconds

Remarks

Defaults to DefaultExpirationSeconds. Setting a negative value or a value above the allowed maximum raises an exception.

Exceptions

Exception Description
EWebPush Raised when the value is negative or exceeds the maximum allowed expiration.