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
public
System.​Func<​AccessDeniedContext, System.​Threading.​Tasks.​Task>
OnAccessDenied
Invoked when an access denied error was returned by the remote server.
public
System.​Func<​RemoteFailureContext, System.​Threading.​Tasks.​Task>
OnRemoteFailure
Invoked when there is a remote failure.
public
System.​Func<​TicketReceivedContext, System.​Threading.​Tasks.​Task>
OnTicketReceived
Invoked after the remote ticket has been received.
Methods
AccessDenied​(AccessDeniedContext context)
Invoked when an access denied error was returned by the remote server.
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object