1 implementation of IAuthenticationRequestHandler
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
18public abstract class RemoteAuthenticationHandler<TOptions> : AuthenticationHandler<TOptions>, IAuthenticationRequestHandler
3 references to IAuthenticationRequestHandler
Microsoft.AspNetCore.Authentication (2)
AuthenticationMiddleware.cs (2)
52var handler = await handlers.GetHandlerAsync(context, scheme.Name) as IAuthenticationRequestHandler;
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
149if (typeof(IAuthenticationRequestHandler).IsAssignableFrom(scheme.HandlerType))