AuthenticationHandler<TOptions>.FinishResponseAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hook that is called when the response about to be sent
protected:
virtual System::Threading::Tasks::Task ^ FinishResponseAsync();
protected virtual System.Threading.Tasks.Task FinishResponseAsync ();
abstract member FinishResponseAsync : unit -> System.Threading.Tasks.Task
override this.FinishResponseAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function FinishResponseAsync () As Task