Identity

Authenticate with Meshblu

The expected response event to the Meshblu "identify" challenge event that happens on connect. For more information about the standard authentication work flow, see the Getting Started page.

Event: "identity", auth

  • auth Authentication object, must contain only the uuid and token of the device to authenticate as.
    • uuid UUID of the device to authenticate as
    • token Token of the device to authenticate as

๐Ÿ“˜

If authentication succeeds, a ready event is emitted.
If authentication fails a notReady event is emitted.