Type alias CouchdbSessionAuthenticatorOptions

CouchdbSessionAuthenticatorOptions: {
    password: string;
    username: string;
}

Configuration options for CouchDB session authentication.

Type declaration

  • password: string

    The password to be used in CouchDB session authentication.

  • username: string

    The username to be used in CouchDB session authentication.