Share via


AuthenticationHandler.ApplyResponseGrantAsync Method ()

 

Override this method to dela with sign-in/sign-out concerns, if an authentication scheme in question deals with grant/revoke as part of it's request flow. (like setting/deleting cookies)

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

Syntax

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

Return Value

Type: System.Threading.Tasks.Task

See Also

AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top