AuthenticationHandler<TOptions>.InitializeHandlerAsync 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.
Called after options/events have been initialized for the handler to finish initializing itself.
protected:
virtual System::Threading::Tasks::Task ^ InitializeHandlerAsync();
protected virtual System.Threading.Tasks.Task InitializeHandlerAsync ();
abstract member InitializeHandlerAsync : unit -> System.Threading.Tasks.Task
override this.InitializeHandlerAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function InitializeHandlerAsync () As Task
Returns
A task