ConfirmRegisterTrustedDeviceChallenge

From Gvp-public
Revision as of 16:10, 1 September 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Confirm the registration trusted device by challenge code. After using a method registerTrustedDeviceChallangeCode in the RegistrationServi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Confirm the registration trusted device by challenge code.

After using a method registerTrustedDeviceChallangeCode in the RegistrationService, the UNIAPI returns a ChallangeCode that should be used to confirm this registration. Once this is done, the device were allowed to access the platform and loggin.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • challenge (String, required)
The challenge code created to register the Trusted Device.
  • friendlyName (String, required)
A friendly name that easily identify the device in the user available devices.


Returns

Returns a JSON object containing true for success.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": "true"

}


Exceptions

Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also