Adds a persisted grant store.

public static IIdentityServerBuilder AddPersistedGrantStore<T>(IIdentityServerBuilder builder) where T : IdentityServer4.Stores.IPersistedGrantStore
Returns:
IIdentityServerBuilder

Parameters

The builder.

Type Parameters

T IdentityServer4.Stores.IPersistedGrantStore

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

In this article