Share via


OpenIdConnectAuthenticationHandler.ApplyResponseGrantAsync Method ()

 

Handles Signout

Namespace:   Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

protected override Task ApplyResponseGrantAsync()
protected:
virtual Task^ ApplyResponseGrantAsync() override
override ApplyResponseGrantAsync : unit -> Task
Protected Overrides Function ApplyResponseGrantAsync As Task

Return Value

Type: System.Threading.Tasks.Task

Returns Task.

See Also

OpenIdConnectAuthenticationHandler Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top