Log Out
This node is used to log out a user from the current session. That means that the User node will no longer be able to access user data and that it will trigger the Logged Out event as well as the Authenticated output will be false.
Signal | Description |
---|
Do | Send a signal to this action to logout the user. The user session will be removed from the browser. |
Outputs
Signal | Description |
---|
Success | This event will be triggered if the logout was succesful. |
Failure | This event will be triggered if something went wrong while trying to logout the user. The error message can be found in the Error output. |
Data | Description |
---|
Error | This output will contain the error message if the log out failed. |