view.vm 259 Bytes
<table class="table table-bordered table-striped formLayout m0">
	<tr>
		<td>id:</td>
		<td>$!{authScope.id}</td>
		<td>authId:</td>
		<td>$!{authScope.authId}</td>
	</tr>
	<tr>
		<td>scopeId:</td>
		<td colspan="3">$!{authScope.scopeId}</td>
	</tr>
</table>