@jambonz/sdk
    Preparing search index...

    Interface Auth

    Authentication credentials for SIP endpoints, websocket connections, etc.

    interface Auth {
        username: string;
        password: string;
    }
    Index

    Properties

    Properties

    username: string
    password: string