1 write to Failure
Microsoft.AspNetCore.Authentication (1)
Events\RemoteFailureContext.cs (1)
27
Failure
= failure;
2 references to Failure
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
138
if (errorContext.
Failure
!= null)
140
throw new AuthenticationFailureException("An error was encountered while handling the remote login.", errorContext.
Failure
);