1 instantiation of RemoteFailureContext
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
116
var errorContext = new
RemoteFailureContext
(Context, Scheme, Options, exception)
4 references to RemoteFailureContext
Microsoft.AspNetCore.Authentication (4)
Events\RemoteAuthenticationEvents.cs (2)
19
public Func<
RemoteFailureContext
, Task> OnRemoteFailure { get; set; } = context => Task.CompletedTask;
34
public virtual Task RemoteFailure(
RemoteFailureContext
context) => OnRemoteFailure(context);
Events\RemoteFailureContext.cs (1)
14
/// Initializes a new instance of <see cref="
RemoteFailureContext
"/>.
RemoteAuthenticationHandler.cs (1)
116
var
errorContext = new RemoteFailureContext(Context, Scheme, Options, exception)