AuthenticationHandler<TOptions>.InitializeEventsAsync 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.
Initializes the events object, called once per request by InitializeAsync(AuthenticationScheme, HttpContext).
protected:
virtual System::Threading::Tasks::Task ^ InitializeEventsAsync();
protected virtual System.Threading.Tasks.Task InitializeEventsAsync ();
abstract member InitializeEventsAsync : unit -> System.Threading.Tasks.Task
override this.InitializeEventsAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function InitializeEventsAsync () As Task