OpenIdConnectAuthenticationHandler.InvokeAsync Method ()
Calls InvokeReplyPathAsync
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public override Task<bool> InvokeAsync()
public:
virtual Task<bool>^ InvokeAsync() override
override InvokeAsync : unit -> Task<bool>
Public Overrides Function InvokeAsync As Task(Of Boolean)
Return Value
Type: System.Threading.Tasks.Task<Boolean>
True if the request was handled, false if the next middleware should be invoked.
See Also
OpenIdConnectAuthenticationHandler Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top