StartLoginSrpResponse
| 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 |
| srpb | string | This field is specific to SRP6 Protocol |
| srpg | string | This field is specific to SRP6 Protocol |
| srpN | string | This field is specific to SRP6 Protocol |
| srpSalt | string | This field is specific to SRP6 Protocol |
| srpTransactId | string | Unique transaction ID per user |
| Status | string | Success or Failure of API call |
Note: StartLoginSrp has to be followed by a call to CompleteLoginSrp. The output from StartLoginSrp is used as a direct/indirect input to CompleteLoginSrp.