@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationApiAuthorizeQuickConnectRequest

    Request parameters for authorizeQuickConnect operation in AuthenticationApi.

    interface AuthenticationApiAuthorizeQuickConnectRequest {
        code: string;
        userId?: string;
    }
    Index
    code: string

    Quick connect code to authorize.

    userId?: string

    The user the authorize. Access to the requested user is required.