TTMSFNCWebPushNotificationClaims Class
Holds the claims embedded in the signed authentication token (VAPID JWT) presented to the push service: the contact subject and the token expiration window.
API unit family: TMS.TMSFNCWebPushSender
Inherits from: TPersistent
Syntax
TTMSFNCWebPushNotificationClaims = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Expiry | Number of seconds the signed token remains valid after it is issued. |
| Subject | Contact information identifying the message sender to the push service. |