-
+
+
+
{#if states.dropdowns.queryParams}
{#each Object.entries(queryParams.params) as [param, value]}
@@ -1121,28 +1136,23 @@
-
+
(states.dropdowns.protocolParams = !states.dropdowns.protocolParams)}
+ >
Protocol Params
- (states.dropdowns.protocolParams = !states.dropdowns.protocolParams)}
+
-
+
+
+
{#if states.dropdowns.protocolParams}
@@ -1469,7 +1481,7 @@
{#if dropdown.authorize}
- {result.authorize}
+ {result.authorize}
{/if}
@@ -1521,10 +1533,8 @@
{#if dropdown.token}
-
-
- {JSON.stringify(result.token, null, 2)}
-
+
+ {@html highlight('json', JSON.stringify(result.token, null, 2))}
{/if}
@@ -1577,10 +1587,8 @@
{#if dropdown.userinfo}
-
-
- {JSON.stringify(result.userinfo, null, 2)}
-
+
+ {@html highlight('json', JSON.stringify(result.userinfo, null, 2))}
{/if}
@@ -1633,10 +1641,8 @@
{#if dropdown.introspect}
-
-
- {JSON.stringify(result.introspect, null, 2)}
-
+
+ {@html highlight('json', JSON.stringify(result.introspect, null, 2))}
{/if}
@@ -1898,6 +1904,23 @@