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