The AuthenticationResult aggregate is used to return the status of an authentication request.
Name | Description | Required |
---|---|---|
Result |
Returns the status of the request. If successfull, the result will be "Success", otherwise the reason for failure will be returned Type: String Constraints: None |
No |
SessionId |
A SessionId is returned as part of a login and is required for all service request. If you are using cookies, the SessionId is infomational. If you are not using cookies, you will need to capture the ID and pass it along with all service requests with the key as "SessionId" Type: String Constraints: None |
No |