{m.oidc_client_name({ name: client.name })}
{m.back()}
{client.name}
{client.id}
{#if !client.isPublic}
{#if $clientSecretStore} {$clientSecretStore} {:else}
••••••••••••••••••••••••••••••••
{/if}
{/if} {#if showAllDetails}
{#each Object.entries(setupDetails) as [key, value]}
{value}
{/each}
{/if} {#if !showAllDetails}
{/if}
{m.oidc_data_preview()} {m.preview_the_oidc_data_that_would_be_sent_for_different_users()}