@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationApiRevokeKeyRequest

    Request parameters for revokeKey operation in AuthenticationApi.

    interface AuthenticationApiRevokeKeyRequest {
        key: string;
    }
    Index
    key: string

    The access token to delete.