Interface IHarpeeAuthConfig

Hierarchy

  • IHarpeeAuthConfig

Properties

host: string

your harperDB instance url

pass?: string

your HarperDB password, alias password

password?: string

your HarperDB password, alias pass

token?: string

A JWT token, you should only include it in place of username and password.

user?: string

your HarperDB username, alias username

username?: string

your HarperDB username, alias user