jellyfin-sdk-typescript/docs/modules/index.md
2021-09-16 17:34:23 -04:00

1.6 KiB

jellyfin-sdk-typescript / Modules / index

Module: index

Table of contents

Classes

Interfaces

Variables

Functions

Variables

AUTHORIZATION_HEADER

AUTHORIZATION_HEADER: "X-Emby-Authorization"

The authorization header field name.

Defined in

api.ts:16


MINIMUM_VERSION

MINIMUM_VERSION: "10.7.0"

The minimum supported server version.

Defined in

jellyfin.ts:19

Functions

getAuthorizationHeader

getAuthorizationHeader(clientInfo, deviceInfo, accessToken?): string

Returns a valid authorization header string.

Parameters

Name Type Default value
clientInfo ClientInfo undefined
deviceInfo DeviceInfo undefined
accessToken string ''

Returns

string

Defined in

utils/authentication.ts:11