mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-27 08:10:43 +00:00
1.4 KiB
1.4 KiB
jellyfin-sdk-typescript / Modules / index
Module: index
Table of contents
Classes
Interfaces
Variables
Functions
Variables
AUTHORIZATION_HEADER
• AUTHORIZATION_HEADER: "X-Emby-Authorization"
Defined in
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