Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

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.

Generated using TypeDoc