# Functions
AddScopedIClaimsValidator adds a type that implements IClaimsValidator.
AddScopedIClaimsValidatorByFunc adds a type by a custom func.
AddScopedIClaimsValidatorByFuncWithMetadata adds a type by a custom func.
AddScopedIClaimsValidatorWithMetadata adds a type that implements IClaimsValidator.
AddScopedIModularAuthMiddleware adds a type that implements IModularAuthMiddleware.
AddScopedIModularAuthMiddlewareByFunc adds a type by a custom func.
AddScopedIModularAuthMiddlewareByFuncWithMetadata adds a type by a custom func.
AddScopedIModularAuthMiddlewareWithMetadata adds a type that implements IModularAuthMiddleware.
AddSingletonIClaimsValidator adds a type that implements IClaimsValidator.
AddSingletonIClaimsValidatorByFunc adds a type by a custom func.
AddSingletonIClaimsValidatorByFuncWithMetadata adds a type by a custom func.
AddSingletonIClaimsValidatorByObj adds a prebuilt obj.
AddSingletonIClaimsValidatorByObjWithMetadata adds a prebuilt obj.
AddSingletonIClaimsValidatorWithMetadata adds a type that implements IClaimsValidator.
AddSingletonIModularAuthMiddleware adds a type that implements IModularAuthMiddleware.
AddSingletonIModularAuthMiddlewareByFunc adds a type by a custom func.
AddSingletonIModularAuthMiddlewareByFuncWithMetadata adds a type by a custom func.
AddSingletonIModularAuthMiddlewareByObj adds a prebuilt obj.
AddSingletonIModularAuthMiddlewareByObjWithMetadata adds a prebuilt obj.
AddSingletonIModularAuthMiddlewareWithMetadata adds a type that implements IModularAuthMiddleware.
AddTransientIClaimsValidator adds a type that implements IClaimsValidator.
AddTransientIClaimsValidatorByFunc adds a type by a custom func.
AddTransientIClaimsValidatorByFuncWithMetadata adds a type by a custom func.
AddTransientIClaimsValidatorWithMetadata adds a type that implements IClaimsValidator.
AddTransientIModularAuthMiddleware adds a type that implements IModularAuthMiddleware.
AddTransientIModularAuthMiddlewareByFunc adds a type by a custom func.
AddTransientIModularAuthMiddlewareByFuncWithMetadata adds a type by a custom func.
AddTransientIModularAuthMiddlewareWithMetadata adds a type that implements IModularAuthMiddleware.
GetIClaimsValidatorDefinition returns that last definition registered that this container can provide.
GetIClaimsValidatorDefinitions returns all definitions that this container can provide.
GetIClaimsValidatorFromContainer alternative to SafeGetIClaimsValidatorFromContainer but panics of object is not present.
GetIModularAuthMiddlewareDefinition returns that last definition registered that this container can provide.
GetIModularAuthMiddlewareDefinitions returns all definitions that this container can provide.
GetIModularAuthMiddlewareFromContainer alternative to SafeGetIModularAuthMiddlewareFromContainer but panics of object is not present.
GetManyIClaimsValidatorFromContainer alternative to SafeGetManyIClaimsValidatorFromContainer but panics of object is not present.
GetManyIModularAuthMiddlewareFromContainer alternative to SafeGetManyIModularAuthMiddlewareFromContainer but panics of object is not present.
RemoveAllIClaimsValidator removes all IClaimsValidator from the DI.
RemoveAllIModularAuthMiddleware removes all IModularAuthMiddleware from the DI.
SafeGetIClaimsValidatorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIModularAuthMiddlewareFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIClaimsValidatorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIModularAuthMiddlewareFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeIClaimsValidator used when your service claims to implement IClaimsValidator.
ReflectTypeIModularAuthMiddleware used when your service claims to implement IModularAuthMiddleware.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author