@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationInfo

    AuthenticationInfo

    interface AuthenticationInfo {
        AccessToken?: string | null;
        AppName?: string | null;
        AppVersion?: string | null;
        DateCreated?: string;
        DateLastActivity?: string;
        DateRevoked?: string | null;
        DeviceId?: string | null;
        DeviceName?: string | null;
        Id?: number;
        IsActive?: boolean;
        UserId?: string;
        UserName?: string | null;
    }
    Index

    Properties

    AccessToken?: string | null

    Gets or sets the access token.

    AuthenticationInfo

    AppName?: string | null

    Gets or sets the name of the application.

    AuthenticationInfo

    AppVersion?: string | null

    Gets or sets the application version.

    AuthenticationInfo

    DateCreated?: string

    Gets or sets the date created.

    AuthenticationInfo

    DateLastActivity?: string

    AuthenticationInfo

    DateRevoked?: string | null

    Gets or sets the date revoked.

    AuthenticationInfo

    DeviceId?: string | null

    Gets or sets the device identifier.

    AuthenticationInfo

    DeviceName?: string | null

    Gets or sets the name of the device.

    AuthenticationInfo

    Id?: number

    Gets or sets the identifier.

    AuthenticationInfo

    IsActive?: boolean

    Gets or sets a value indicating whether this instance is active.

    AuthenticationInfo

    UserId?: string

    Gets or sets the user identifier.

    AuthenticationInfo

    UserName?: string | null

    AuthenticationInfo