Skip to content

Logout user method

With "Logout User" method, you can implement logout functionality in your application.

This will clear the current user data from the application state and you can redirect user with page param to the page you want!

NOTE

To use this method, you will need to enable authentication in the App configuration

Parameters

  • Page: Page to redirect after logout!

User Logout Method