Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 72 Next »

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

  • No labels