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