Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface BasicAuthCredential

    It consists of a username and a password.

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

    Properties

    Properties

    password: string

    Basic auth password.

    username: string

    Basic auth username.