Advanced : 5 Authentication : 5.3 Context
 
5.3 Context
To view a contextual example message, click the appropriate message type:
Login
 
 
{
    "Domain":"Login",
    "ID":1,
    "Key":{
        "Elements":{
            "ApplicationId":"555",
            "AuthenticationToken":"aBcDeFgHiJkLmNoPqRsTuVwXyZ",
            "Position":"127.0.0.1"
        },
        "NameType":"AuthnToken"
    }
}
 
Login Response
 
 
[
{
"Domain":"Login",
"Elements":{
"MaxMsgSize":61440,
"PingTimeout":30
},
"ID":1,
"Key":{
"Elements":{
"AllowSuspectData":1,
"ApplicationId":"555",
"ApplicationName":"ADS",
"AuthenticationErrorCode":0,
"AuthenticationErrorText":"Success",
"Position":"127.0.0.1",
"ProvidePermissionExpressions":1,
"ProvidePermissionProfile":0,
"SingleOpen":1,
"SupportBatchRequests":7,
"SupportEnhancedSymbolList":1,
"SupportOMMPost":1,
"SupportOptimizedPauseResume":1,
"SupportPauseResume":1,
"SupportStandby":0,
"SupportViewRequests":1
},
"Name":"user"
},
"State":{
"Data":"Ok",
"Stream":"Open",
      "Text":"Login accepted by host."
},
"Type":"Refresh"
}
]
 
Close Login
 
 
{
    "Domain":"Login",
    "ID":1,
    "Type":"Close"
}