Skip to main content
Version: 5.7.0

Logout

Logs user out of server. It's basically just a wrapper version for logout method of playerState service and ResetStoredProfileId method

Method Parameters

ParameterDescription
forgetUserBoolean, whether to reset the stored profile id for the user.

Usage

http://localhost:3000
_bc.Logout(true);
JSON Response
// N/A