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
"identity"
, auth
auth
Authentication object, must contain only theuuid
andtoken
of the device to authenticate as.uuid
UUID of the device to authenticate astoken
Token of the device to authenticate as
If authentication succeeds, a
ready
event is emitted.
If authentication fails anotReady
event is emitted.
Updated less than a minute ago