@iamtraction/play-dl
    Preparing search index...

    Interface SpotifyDataOptions

    Spotify Data options that are stored in spotify.data file.

    interface SpotifyDataOptions {
        access_token?: string;
        authorization_code?: string;
        client_id: string;
        client_secret: string;
        expires_in?: number;
        expiry?: number;
        file?: boolean;
        market?: string;
        redirect_url?: string;
        refresh_token?: string;
        token_type?: string;
    }
    Index
    access_token?: string
    authorization_code?: string
    client_id: string
    client_secret: string
    expires_in?: number
    expiry?: number
    file?: boolean
    market?: string
    redirect_url?: string
    refresh_token?: string
    token_type?: string