1 implementation of HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
75
public virtual async Task<bool>
HandleRequestAsync
()
1 reference to HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationMiddleware.cs (1)
53
if (handler != null && await handler.
HandleRequestAsync
())