Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked to process incoming authentication messages.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
protected override Task<AuthenticationTicket> AuthenticateCoreAsync()
protected:
virtual Task<AuthenticationTicket^>^ AuthenticateCoreAsync() override
override AuthenticateCoreAsync : unit -> Task<AuthenticationTicket>
Protected Overrides Function AuthenticateCoreAsync As Task(Of AuthenticationTicket)
Return Value
Type: System.Threading.Tasks.Task<AuthenticationTicket>
An AuthenticationTicket if successful.
See Also
OpenIdConnectAuthenticationHandler Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top