Norsk logo Developer Documentation
  • Norsk Media Typescript SDK
  • Type Aliases
  • HttpAuth
1.3.0-nightly-3b73a790 1.0.402 1.0.401 1.0.400

HttpAuth type

Signature:

export type HttpAuth = {
    type: "basic";
    username: string;
    password: string;
} | {
    type: "bearer";
    token: string;
};
HlsPlaylistAdditions IceServerSettings

The source code for this UI is licensed under the terms of the MPL-2.0 license.