@dvxch/yandex-music
    Preparing search index...

    Interface RedirectResponse

    The redirector response pointing at the state-service host.

    interface RedirectResponse {
        host: string;
        redirectTicket: string;
        sessionId: string;
    }
    Index

    Properties

    host: string

    State-service host to connect to.

    redirectTicket: string

    Ticket authorizing the state connection.

    sessionId: string

    Session id (int64 as a string).