Namespace OpenIddict.Server.DataProtection
Classes
OpenIddictServerDataProtectionConfiguration
Contains the methods required to ensure that the OpenIddict ASP.NET Core Data Protection configuration is valid.
OpenIddictServerDataProtectionConstants
OpenIddictServerDataProtectionConstants.Properties
OpenIddictServerDataProtectionConstants.Purposes
OpenIddictServerDataProtectionConstants.Purposes.Features
OpenIddictServerDataProtectionConstants.Purposes.Formats
OpenIddictServerDataProtectionConstants.Purposes.Handlers
OpenIddictServerDataProtectionConstants.Purposes.Schemes
OpenIddictServerDataProtectionFormatter
OpenIddictServerDataProtectionHandlerFilters
Contains a collection of event handler filters commonly used by the Data Protection handlers.
OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled
Represents a filter that excludes the associated handlers if OpenIddict was not configured to issue ASP.NET Core Data Protection access tokens.
OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled
Represents a filter that excludes the associated handlers if OpenIddict was not configured to issue ASP.NET Core Data Protection authorization codes.
OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled
Represents a filter that excludes the associated handlers if OpenIddict was not configured to issue ASP.NET Core Data Protection device codes.
OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled
Represents a filter that excludes the associated handlers if OpenIddict was not configured to issue ASP.NET Core Data Protection refresh tokens.
OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled
Represents a filter that excludes the associated handlers if OpenIddict was not configured to issue ASP.NET Core Data Protection user codes.
OpenIddictServerDataProtectionOptions
Provides various settings needed to configure the OpenIddict ASP.NET Core Data Protection server integration.