Namespace OpenIddict.Abstractions
Classes
- OpenIddictApplicationDescriptor
Represents an OpenIddict application descriptor.
- OpenIddictAuthorizationDescriptor
Represents an OpenIddict authorization descriptor.
- OpenIddictConfiguration
Represents the configuration of an authorization server.
- OpenIddictConverter
Represents a JSON converter able to convert OpenIddict primitives.
- OpenIddictExceptions
Exposes common exceptions thrown by OpenIddict.
- OpenIddictExceptions.ConcurrencyException
Represents an OpenIddict concurrency exception.
- OpenIddictExceptions.ProtocolException
Represents an OpenIddict protocol exception.
- OpenIddictExceptions.ValidationException
Represents an OpenIddict validation exception.
- OpenIddictExtensions
Provides extension methods to make OpenIddictRequest and OpenIddictResponse easier to work with.
- OpenIddictMessage
Represents an abstract OpenIddict message.
- OpenIddictRequest
Represents a generic OpenIddict request.
- OpenIddictResponse
Represents a generic OpenIddict response.
- OpenIddictScopeDescriptor
Represents an OpenIddict scope descriptor.
- OpenIddictTokenDescriptor
Represents an OpenIddict token descriptor.
Structs
- OpenIddictParameter
Represents an OpenIddict parameter value, that can be either a primitive value, an array of strings or a complex JSON representation containing child nodes.
Interfaces
- IOpenIddictApplicationCache<TApplication>
Provides methods allowing to cache applications after retrieving them from the store.
- IOpenIddictApplicationManager
Provides methods allowing to manage the applications stored in the store. Note: this interface is not meant to be implemented by custom managers, that should inherit from the generic OpenIddictApplicationManager class. It is primarily intended to be used by services that cannot easily depend on the generic application manager. The actual application entity type is automatically determined at runtime based on the OpenIddict core options.
- IOpenIddictApplicationStoreResolver
Exposes a method allowing to resolve an application store.
- IOpenIddictApplicationStore<TApplication>
Provides methods allowing to manage the applications stored in a database.
- IOpenIddictAuthorizationCache<TAuthorization>
Provides methods allowing to cache authorizations after retrieving them from the store.
- IOpenIddictAuthorizationManager
Provides methods allowing to manage the authorizations stored in the store. Note: this interface is not meant to be implemented by custom managers, that should inherit from the generic OpenIddictAuthorizationManager class. It is primarily intended to be used by services that cannot easily depend on the generic authorization manager. The actual authorization entity type is automatically determined at runtime based on the OpenIddict core options.
- IOpenIddictAuthorizationStoreResolver
Exposes a method allowing to resolve an authorization store.
- IOpenIddictAuthorizationStore<TAuthorization>
Provides methods allowing to manage the authorizations stored in a database.
- IOpenIddictScopeCache<TScope>
Provides methods allowing to cache scopes after retrieving them from the store.
- IOpenIddictScopeManager
Provides methods allowing to manage the scopes stored in the store. Note: this interface is not meant to be implemented by custom managers, that should inherit from the generic OpenIddictScopeManager class. It is primarily intended to be used by services that cannot easily depend on the generic scope manager. The actual scope entity type is automatically determined at runtime based on the OpenIddict core options.
- IOpenIddictScopeStoreResolver
Exposes a method allowing to resolve a scope store.
- IOpenIddictScopeStore<TScope>
Provides methods allowing to manage the scopes stored in a database.
- IOpenIddictTokenCache<TToken>
Provides methods allowing to cache tokens after retrieving them from the store.
- IOpenIddictTokenManager
Provides methods allowing to manage the tokens stored in the store. Note: this interface is not meant to be implemented by custom managers, that should inherit from the generic OpenIddictTokenManager class. It is primarily intended to be used by services that cannot easily depend on the generic token manager. The actual token entity type is automatically determined at runtime based on the OpenIddict core options.
- IOpenIddictTokenStoreResolver
Exposes a method allowing to resolve a token store.
- IOpenIddictTokenStore<TToken>
Provides methods allowing to manage the tokens stored in a database.