OpenIdConnectAuthenticationHandler.ApplyResponseGrantAsync Method

Handles Signout

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

Syntax

'Declaration
Protected Overrides Function ApplyResponseGrantAsync As Task
'Usage
Dim returnValue As Task 

returnValue = Me.ApplyResponseGrantAsync()
protected override Task ApplyResponseGrantAsync()
protected:
virtual Task^ ApplyResponseGrantAsync() override
abstract ApplyResponseGrantAsync : unit -> Task  
override ApplyResponseGrantAsync : unit -> Task
protected override function ApplyResponseGrantAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Returns Task.

See Also

Reference

OpenIdConnectAuthenticationHandler Class

Microsoft.Owin.Security.OpenIdConnect Namespace