Interface LocalDevice

Contains the device identity token and secret of a device.

Hierarchy

  • LocalDevice

Properties

deviceIdentityToken?: string

A unique device identity token that the device uses to authenticate itself with Ably.

deviceSecret: string

A unique device secret generated by the Ably SDK.

id: string

A unique ID generated by the device.

Methods

Generated using TypeDoc