We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7478ff0 commit 89002e3Copy full SHA for 89002e3
1 file changed
src/wwwroot/docs/servicestack-scripts.html
@@ -248,6 +248,14 @@ <h2 id="info-scripts">Info Scripts</h2>
248
<th>userSessionId</th>
249
<td>IRequest.GetSessionId()</td>
250
</tr>
251
+ <tr>
252
+ <th>userAuthId</th>
253
+ <td>IRequest.GetSession()?.UserAuthId</td>
254
+ </tr>
255
256
+ <th>userAuthName</th>
257
+ <td>IRequest.GetSession()?.UserAuthName</td>
258
259
<tr>
260
<th>userSession</th>
261
<td>IRequest.GetSession()</td>
0 commit comments