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
'Declaration
Protected Overridable Function ApplyResponseGrantAsync As Task
'Usage
Dim returnValue As Task
returnValue = Me.ApplyResponseGrantAsync()
protected virtual Task ApplyResponseGrantAsync()
protected:
virtual Task^ ApplyResponseGrantAsync()
abstract ApplyResponseGrantAsync : unit -> Task
override ApplyResponseGrantAsync : unit -> Task
protected function ApplyResponseGrantAsync() : Task
Return Value
Type: System.Threading.Tasks.Task