@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationApiCreateKeyRequest

    Request parameters for createKey operation in AuthenticationApi.

    interface AuthenticationApiCreateKeyRequest {
        app: string;
    }
    Index
    app: string

    Name of the app using the authentication key.