Class MslPublishingAuthentication

MSL5 publishing-side authentication. When enabled, the encoder sends HTTP Digest Authentication headers with every segment upload. When enabled is true, username and password are required; the API rejects the request otherwise. When enabled is false (or this object is omitted), credentials are ignored.

Export

MslPublishingAuthentication

Constructors

Properties

Constructors

Properties

enabled?: boolean

Whether HTTP Digest publishing authentication is enabled. (required)

Memberof

MslPublishingAuthentication

password?: string

HTTP Digest password for publishing MSL5 segments. Required when enabled is true.

Memberof

MslPublishingAuthentication

username?: string

HTTP Digest username for publishing MSL5 segments. Required when enabled is true.

Memberof

MslPublishingAuthentication