IRemoteAuthenticationEvents.RemoteFailure(FailureContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when the remote authentication process has an error.
public:
System::Threading::Tasks::Task ^ RemoteFailure(Microsoft::AspNetCore::Authentication::FailureContext ^ context);
public System.Threading.Tasks.Task RemoteFailure (Microsoft.AspNetCore.Authentication.FailureContext context);
abstract member RemoteFailure : Microsoft.AspNetCore.Authentication.FailureContext -> System.Threading.Tasks.Task
Public Function RemoteFailure (context As FailureContext) As Task
Parameters
- context
- FailureContext