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