/// <summary> /// Initializes a new instance of the <see cref="TwitterOptions"/> class. /// </summary> public TwitterOptions() { AuthenticationScheme = TwitterDefaults.AuthenticationScheme; DisplayName = AuthenticationScheme; CallbackPath = new PathString("/signin-twitter"); BackchannelTimeout = TimeSpan.FromSeconds(60); Events = new TwitterEvents(); }