Interface IOpenIddictAuthorizationStoreResolver
- Namespace
- OpenIddict.Abstractions
- Assembly
- OpenIddict.Abstractions.dll
Exposes a method allowing to resolve an authorization store.
public interface IOpenIddictAuthorizationStoreResolver
Methods
Get<TAuthorization>()
Returns an authorization store compatible with the specified authorization type or throws an InvalidOperationException if no store can be built using the specified type.
IOpenIddictAuthorizationStore<TAuthorization> Get<TAuthorization>() where TAuthorization : class
Returns
- IOpenIddictAuthorizationStore<TAuthorization>
Type Parameters
TAuthorization
The type of the Authorization entity.