diff --git a/src/App.svelte b/src/App.svelte index d0b2dda..b416897 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1404,313 +1404,315 @@ {/if} - {#if result.authorize} -
- + + + + + + + + {#if dropdown.authorize} +

+ {result.authorize} +

+ {/if} +
+ + {#if result.token !== null} +
+ + - - - - - - - - {#if dropdown.authorize} -

- {result.authorize} -

- {/if} -
- - {#if result.token !== null} -
-
+ {/if} + + {#if result.userinfo !== null} +
+ - - - - - - - {#if dropdown.token} - - - {JSON.stringify(result.token, null, 2)} - - +
+ Response + +
+ + + + + + {#if dropdown.userinfo} + + + {JSON.stringify(result.userinfo, null, 2)} + + + {/if} +
{/if} - - {/if} - - {#if result.userinfo !== null} -
- - - - - - - - {#if dropdown.userinfo} - - - {JSON.stringify(result.userinfo, null, 2)} - - +
+ Response + +
+ + + + + + {#if dropdown.introspect} + + + {JSON.stringify(result.introspect, null, 2)} + + + {/if} +
{/if} - - {/if} - - {#if result.introspect !== null} -
- - - - - - - - {#if dropdown.introspect} - - - {JSON.stringify(result.introspect, null, 2)} - - - {/if} -
- {/if} - - {#if result.introspect} -
- - {#if dropdown.claims} - + + + + {#if dropdown.claims} + + {/if} +
{/if} - + {/if} - {:else} -
- Authorization Response - Nothing to see here yet -
- {/if} +