Skip to main content

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.

Inputs

SignalDescription
DoSend a signal to this action to logout the user. The user session will be removed from the browser.

Outputs

SignalDescription
SuccessThis event will be triggered if the logout was succesful.
FailureThis event will be triggered if something went wrong while trying to logout the user. The error message can be found in the Error output.
DataDescription
ErrorThis output will contain the error message if the log out failed.