OAuthOptions.Events Property  
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.
Gets or sets the OAuthEvents used to handle authentication events.
public:
 property Microsoft::AspNetCore::Authentication::OAuth::OAuthEvents ^ Events { Microsoft::AspNetCore::Authentication::OAuth::OAuthEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::OAuth::OAuthEvents ^ value); };public Microsoft.AspNetCore.Authentication.OAuth.OAuthEvents Events { get; set; }member this.Events : Microsoft.AspNetCore.Authentication.OAuth.OAuthEvents with get, setPublic Property Events As OAuthEvents