Revoke Token
Revoke a session token for a device
Revoke a session token for a device
Event: "revokeToken"
, auth
"revokeToken"
, auth
auth
Authentication object, must contain only theuuid
andtoken
of the device to authenticate as.uuid
UUID of the device to whose token to revoketoken
Token of the device to revoke
callback
Function that is called after the token has been revoked.
Updated less than a minute ago