Authentication Information

HULFT-WebConnect returns a response to the request for the authentication information as a textMessage (JSON format).

Response Interface

Parameter Name

Value

Description

type

string

Type of response ('auth' is set)

statusCode

string

Status code

detailCode

string

Detail code

message

string

Message in response

Example

{
        "type":"auth",
        "statusCode":"0",
        "detailCode":"0000",
        "message":"The request was processed successfully."
}