Table of Contents

Interface IOpenIddictScopeStoreResolver

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll

Exposes a method allowing to resolve a scope store.

public interface IOpenIddictScopeStoreResolver

Methods

Get<TScope>()

Returns a scope store compatible with the specified scope type or throws an InvalidOperationException if no store can be built using the specified type.

IOpenIddictScopeStore<TScope> Get<TScope>() where TScope : class

Returns

IOpenIddictScopeStore<TScope>

An IOpenIddictScopeStore<TScope>.

Type Parameters

TScope

The type of the Scope entity.