I want to implement a logout feature in my game client, where the SessionToken is cleared from the program and the user would return to the login page. However, I can't seem to find in the documentation for this SDK anything on how to clear stored credentials from the client without needing to exit the program entirely.
It seems that the C# SDK has a ForgetAllCredentials() function that does this task. Is there an equivalent on the NodeJS SDK?