Interface DeviceTokenWindowsPush

A token for Windows Push Notification Services. Subtype of DeviceToken.

interface DeviceTokenWindowsPush {
    @type: "deviceTokenWindowsPush";
    access_token: string;
}

Properties

Properties

@type: "deviceTokenWindowsPush"
access_token: string

The access token that will be used to send notifications; may be empty to deregister a device.