Interface SignOutPayload

interface SignOutPayload {
    signOutBlockin: boolean;
    signOutDiscord?: boolean;
    signOutGithub?: boolean;
    signOutGoogle?: boolean;
    signOutTwitch?: boolean;
    signOutTwitter?: boolean;
}

Properties

signOutBlockin: boolean

Sign out of Blockin, and thus the entire API.

signOutDiscord?: boolean

Sign out of Discord.

signOutGithub?: boolean

Sign out of GitHub.

signOutGoogle?: boolean

Sign out of Google.

signOutTwitch?: boolean

Sign out of Twitch.

signOutTwitter?: boolean

Sign out of Twitter.