Difference between revisions of "ConfirmRegisterTrustedDeviceChallenge"
Jump to navigation
Jump to search
(Created page with "{{Api_Method_Spec| Description=Confirm the registration trusted device by challenge code. After using a method registerTrustedDeviceChallangeCode in the RegistrationServi...") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
Description=Confirm the registration trusted device by challenge code. | Description=Confirm the registration trusted device by challenge code. | ||
− | After using | + | After using the method [[RegisterTrustedDeviceChallenge]] in the RegistrationService, the UNIAPI returns a ChallengeCode that should be used to confirm this registration. Once this is done, the device is allowed to access the platform and log-in. |
+ | |||
+ | |||
+ | This is used to confirm the registration when we has a device and is necessary to confirm in a web client. | ||
+ | |||
+ | When you want to confirm the registration device for a non authentication service it should be ... | ||
+ | |||
Latest revision as of 16:56, 20 March 2024
Description
Confirm the registration trusted device by challenge code.
After using the method RegisterTrustedDeviceChallenge in the RegistrationService, the UNIAPI returns a ChallengeCode that should be used to confirm this registration. Once this is done, the device is allowed to access the platform and log-in.
This is used to confirm the registration when we has a device and is necessary to confirm in a web client.
When you want to confirm the registration device for a non authentication service it should be ...
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 |