CompleteLoginSrpResponse
| Field Name | Data Type | Retrieves |
|---|---|---|
| Acknowledgement | ServerAcknowledgement | Response from the server (success or failure). Refer to the section ServerAcknowledgement |
| Response | string | Success: In case the invoked API executes successfully on the server side Failed: In case the invoked API throws an error or lands in an exception |
| UserToken | string | A server generated GUID that is given as response to the client during the first login |