Skip to content

Commit 89002e3

Browse files
committed
Update servicestack-scripts.html
1 parent 7478ff0 commit 89002e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/wwwroot/docs/servicestack-scripts.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ <h2 id="info-scripts">Info Scripts</h2>
248248
<th>userSessionId</th>
249249
<td>IRequest.GetSessionId()</td>
250250
</tr>
251+
<tr>
252+
<th>userAuthId</th>
253+
<td>IRequest.GetSession()?.UserAuthId</td>
254+
</tr>
255+
<tr>
256+
<th>userAuthName</th>
257+
<td>IRequest.GetSession()?.UserAuthName</td>
258+
</tr>
251259
<tr>
252260
<th>userSession</th>
253261
<td>IRequest.GetSession()</td>

0 commit comments

Comments
 (0)