@ibm-cloud/cloudant - v0.12.8
    Preparing search index...

    Type Alias CouchdbSessionAuthenticatorOptions

    Configuration options for CouchDB session authentication.

    type CouchdbSessionAuthenticatorOptions = {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    The password to be used in CouchDB session authentication.

    username: string

    The username to be used in CouchDB session authentication.