@jellyfin/sdk
    Preparing search index...

    Interface AuthenticationResult

    A class representing an authentication result.

    interface AuthenticationResult {
        AccessToken?: string | null;
        ServerId?: string | null;
        SessionInfo?: SessionInfoDto;
        User?: UserDto;
    }
    Index

    Properties

    AccessToken?: string | null

    Gets or sets the access token.

    ServerId?: string | null

    Gets or sets the server id.

    SessionInfo?: SessionInfoDto
    User?: UserDto