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

    Interface CreateCredential

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

    Properties

    Properties

    password: string

    The password for the credential.

    username: string

    The username for the credential.