Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​AspNetCore.​Authentication.​RemoteAuthenticationEvents

Assembly: Microsoft.AspNetCore.Authentication

Inheritance: object → RemoteAuthenticationEvents

Allows subscribing to events raised during remote authentication.

Properties

Invoked when an access denied error was returned by the remote server.
Invoked when there is a remote failure.
Invoked after the remote ticket has been received.

Methods

AccessDenied​(AccessDeniedContext context)
Invoked when an access denied error was returned by the remote server.
RemoteFailure​(RemoteFailureContext context)
Invoked when there is a remote failure.
TicketReceived​(TicketReceivedContext context)
Invoked after the remote ticket has been received.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object