Adds the client store cache.

public static IIdentityServerBuilder AddClientStoreCache<T>(IIdentityServerBuilder builder) where T : IdentityServer4.Stores.IClientStore
Returns:
IIdentityServerBuilder

Parameters

The builder.

Type Parameters

T IdentityServer4.Stores.IClientStore

The type of the concrete client store class that is registered in DI.

In this article