IRemoteAuthenticationEvents Interface¶
- Namespace
Microsoft.AspNetCore.Authentication
- Assemblies
- Microsoft.AspNetCore.Authentication
Syntax¶
public interface IRemoteAuthenticationEvents
-
interface
Microsoft.AspNetCore.Authentication.
IRemoteAuthenticationEvents
Methods¶
-
RemoteFailure
(Microsoft.AspNetCore.Authentication.FailureContext)¶ Invoked when the remote authentication process has an error.
Return type: System.Threading.Tasks.Task Task RemoteFailure(FailureContext context)
-
TicketReceived
(Microsoft.AspNetCore.Authentication.TicketReceivedContext)¶ Invoked before sign in.
Return type: System.Threading.Tasks.Task Task TicketReceived(TicketReceivedContext context)
-