Check Token Status API

Call this function to get user token status.

Below is the URL to access the API functions:

PUT /CentagateWS/webresources/token/getStatus/{admin_username}

Parameters

NoParametersOccurrenceDescriptions
1usernameRequiredThe user's username
2TypeRequiredType of the Token is 1 = Mobile Token, 2 = SMS Token, 3 = CH Token, 4 = PKI Token
3CenTokenRequiredThe Hmac Value Calculated Using SHA256 With SecretCode As Key And Plain Text From Admin Username + AuthToken

Sample Code

As in below there are some examples of source code of access the API functions: