@playlive/tiltify-core
    Preparing search index...

    Interface AuthData

    OAuth token-endpoint response shape.

    interface AuthData {
        access_token: string;
        created_at: string;
        expires_in: number;
        refresh_token: string;
    }
    Index
    access_token: string
    created_at: string
    expires_in: number
    refresh_token: string