/
Authentication Object

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

Related content

REST Objects OAuth2 Token Request
REST Objects OAuth2 Token Request
More like this
Authentication REST API Interface
Authentication REST API Interface
More like this
REST Objects System Access Token
REST Objects System Access Token
More like this
User Object
More like this
Create JWT REST API
Create JWT REST API
More like this