@jellyfin/sdk
    Preparing search index...

    Interface SessionUserInfo

    Class SessionUserInfo.

    SessionUserInfo

    interface SessionUserInfo {
        UserId?: string;
        UserName?: null | string;
    }
    Index

    Properties

    Properties

    UserId?: string

    Gets or sets the user identifier.

    SessionUserInfo

    UserName?: null | string

    Gets or sets the name of the user.

    SessionUserInfo