Method AddNCachePersistedGrantStoreCache
AddNCachePersistedGrantStoreCache<TPersistedGrantStore>(IIdentityServerBuilder, Action<PersistedStoreCachingOptions>)
Declaration
public static IIdentityServerBuilder AddNCachePersistedGrantStoreCache<TPersistedGrantStore>(this IIdentityServerBuilder builder, Action<PersistedStoreCachingOptions> persistedGrantStoreCacheOptionsAction = null)
where TPersistedGrantStore : IPersistedGrantStore
Parameters
Type |
Name |
Description |
IIdentityServerBuilder |
builder |
|
System.Action<IdentityServer4.NCache.Options.PersistedStoreCachingOptions> |
persistedGrantStoreCacheOptionsAction |
|
Returns
Type |
Description |
IIdentityServerBuilder |
|
Type Parameters
Name |
Description |
TPersistedGrantStore |
|