Document toolboxDocument toolbox

Authentication Object

The Authentication object contains the credentials details for an authorized user. User's credentials are used to create a JSON Web Token (JWT) for access to the ServiceMobility system.

 

Authentication Object Formats

JSON Format
{
    "username":"",
    "password":""
}

Authentication Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
usernamestringA valid user name requesting a JWT
passwordstring

A valid password associated with the above username