Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Credentials

Lauren Padia edited this page Mar 22, 2017 · 5 revisions

User Guide | Data Model


Credentials object encapsulates principal login information used to authenticate.

Field Name Type Description
username string Username with which to authenticate
password string Password with which to authenticate
Example: Credentials Entity
{
  "username": "aUsername",
  "password": "aPassword"
}