@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationInfo

    NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Do not edit the class manually.

    Jellyfin API

    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

    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.

    AppName?: string | null

    Gets or sets the name of the application.

    AppVersion?: string | null

    Gets or sets the application version.

    DateCreated?: string

    Gets or sets the date created.

    DateLastActivity?: string
    DateRevoked?: string | null

    Gets or sets the date revoked.

    DeviceId?: string | null

    Gets or sets the device identifier.

    DeviceName?: string | null

    Gets or sets the name of the device.

    Id?: number

    Gets or sets the identifier.

    IsActive?: boolean

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

    UserId?: string

    Gets or sets the user identifier.

    UserName?: string | null