@playlive/twitch-shared
    Preparing search index...

    Interface RawTwitchUserToken

    Raw Twitch user-access (authorisation-code) token.

    interface RawTwitchUserToken {
        access_token: string;
        expires_in: number;
        refresh_token: string;
        scope: string[];
        token_type: string;
    }
    Index
    access_token: string
    expires_in: number
    refresh_token: string
    scope: string[]
    token_type: string