Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Credentials

Credentials interface exposes properties required for authentication to REST APIs.

Hierarchy

  • Credentials

Index

Properties

membershipId

membershipId: number

Membership ID of the user with given Neighborhood.

nhPath

nhPath: string

Neighborhood Path with 'pipe' separated hierarchy.

example

'ORG|DEPT|DIVISION'

pwd

pwd: string

Password

urlPrefix

urlPrefix: string

REST API URL Prefix.

example

'https://server:port/BAE/rest/v1'

usr

usr: string

Username

Generated using TypeDoc