rpc/auth_clear
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event |
---|---|---|---|---|
rpc | auth_clear | N/A | N/A | N/A |
Logout of an existing session. This will invalidate any existing auth tokens for the user session and close down the websocket connection.
- Required:
- none ({})
- Optional:
- none ({})
{
"namespace" : "rpc",
"name" : "auth_clear",
"id" : "some_id",
"args" : {}
}
There is no reply. The server responds by closing the websocket connection after invalidating any outstanding auth tokens and closing the current session (nearly-instant action).
This API call does not generate a detailed log summary item
This API call does not emit any middleware events.