Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1021 Bytes

File metadata and controls

8 lines (6 loc) · 1021 Bytes

WebPushTokenPayload

Properties

Name Type Required Description
endpoint String The push subscription URL obtained from PushSubscription.endpoint after calling registration.pushManager.subscribe(). This is the unique URL for this device that push messages will be sent to.
keys WebPushTokenPayloadKeys The encryption keys from the PushSubscription.getKey() method, needed to encrypt push messages for this subscription.