1 write to Events
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthOptions.cs (1)
73set { base.Events = value; }
1 reference to Events
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthOptions.cs (1)
72get { return (OAuthEvents)base.Events; }