@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationApiGetQuickConnectStateRequest

    Request parameters for getQuickConnectState operation in AuthenticationApi.

    interface AuthenticationApiGetQuickConnectStateRequest {
        secret: string;
    }
    Index
    secret: string

    Secret previously returned from the Initiate endpoint.