@jellyfin/sdk
    Preparing search index...

    Interface ApiKeyApiRevokeKeyRequest

    Request parameters for revokeKey operation in ApiKeyApi.

    ApiKeyApiRevokeKeyRequest

    interface ApiKeyApiRevokeKeyRequest {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    The access token to delete.

    ApiKeyApiRevokeKey