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