Revoke Token

Revoke a session token for a device

Revoke a session token for a device

Event: "revokeToken", auth

  • auth Authentication object, must contain only the uuid and token of the device to authenticate as.
    • uuid UUID of the device to whose token to revoke
    • token Token of the device to revoke
  • callback Function that is called after the token has been revoked.