Events
onLogout
Summary
This callback will be called after the user logs out.
It will be called either when the user explicitly logged out by calling handleLogOut
or when the user’s token expired.
Usage
Callback Argument Value
If your auth mode is connect-only, then the user argument will be undefined, otherwise the user argument will be the user object that just logged out.
For details about UserProfile, see here
Was this page helpful?