You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
It's not present currently, but it's a valid feature request.
This SDK is built with our SdkGenerator. If you send a PR that adds this feature, to the generator, we can review and accept it.
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?The text was updated successfully, but these errors were encountered: