overwolf.social.discord.performLogout
Overwolf APIs / overwolf / overwolf / social / discord / performLogout
function performLogout(callback: CallbackFunction<Result>): void;
Performs a "strong" sign out of Discord, so that even if the user performs a login via the Overwolf Settings / Accounts page, they will be considered signed out.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<Result> | - |
Returns
void