@twinfinity/core
    Preparing search index...

    Type Alias TwinfinityClientCredentialsSessionOptions

    TwinfinityClientCredentialsSessionOptions: ProviderDiscoveryOptions & {
        clientId: string;
        clientSecret: string;
    }

    Options for TwinfinitySession.establishWithClientCredentials. Provider discovery and origin pinning work exactly as for the interactive flows (see ProviderDiscoveryOptions); the clientSecret is what replaces the user login. See OpenIdConnectClient.createWithClientCredentials for the constraints on the secret.