overwolf.social.youtube.performLogout
Overwolf APIs / overwolf / overwolf / social / youtube / performLogout
function performLogout(callback: CallbackFunction<Result>): void;
Performs a "strong" sign out of YouTube, 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