Builder extension methods for registering in-memory services

public static class IdentityServerBuilderExtensionsInMemory
Inheritance:
ObjectObjectIdentityServerBuilderExtensionsInMemory

Extension Methods

AddInMemoryApiResources(IIdentityServerBuilder, IEnumerable<ApiResource>) Adds the in memory API resources.
AddInMemoryApiResources(IIdentityServerBuilder, IConfigurationSection) Adds the in memory API resources.
AddInMemoryApiScopes(IIdentityServerBuilder, IEnumerable<ApiScope>) Adds the in memory API scopes.
AddInMemoryApiScopes(IIdentityServerBuilder, IConfigurationSection) Adds the in memory scopes.
AddInMemoryCaching(IIdentityServerBuilder) Adds the in memory caching.
AddInMemoryClients(IIdentityServerBuilder, IEnumerable<Client>) Adds the in memory clients.
AddInMemoryClients(IIdentityServerBuilder, IConfigurationSection) Adds the in memory clients.
AddInMemoryIdentityResources(IIdentityServerBuilder, IEnumerable<IdentityResource>) Adds the in memory identity resources.
AddInMemoryIdentityResources(IIdentityServerBuilder, IConfigurationSection) Adds the in memory identity resources.
AddInMemoryPersistedGrants(IIdentityServerBuilder) Adds the in memory stores.