sessionInfoModel
Namespace: |
http://filecatalyst.com/model |
XML Schema: |
model.xsd |
Class to hold user session information
XML
Elements
name (type) |
min/max occurs |
description |
authorization (string)
|
0/1 |
Authorization authentication string.
Format: BASE64(USER:PASSWORD)
|
sessionSecret (string)
|
0/1 |
Session secret string.
|
JSON
property |
type |
description |
authorization |
authorization (string)
|
Authorization authentication string.
Format: BASE64(USER:PASSWORD)
|
sessionSecret |
sessionSecret (string)
|
Session secret string.
|