Credentials Data Type

Type that describes the username and password for the current user's authenticated session. Credentials details are passed to the system, but cannot be returned.

Abstract Type
Properties
name data type description
username string
password string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "username" : "...",
  "password" : "..."
}