The top-level attribute in navigation JSON.
Default Value
"global": {"sessionId": "$globalSessionId;"}
General
userInfo
is added to global
by authenticated-header, so that you can use userInfo in navigation JSON.
-
$global.attr(userInfo).attr(sessionId);
Note
This sessionId is different from the sessionId in the first line, which can be used before user logs in without
userInfo
. -
$global.attr(userInfo).attr(firstName);
-
$global.attr(userInfo).attr(lastName);
-
etc.