Example #1
0
 /// <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();
 }
Example #2
0
 /// <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();
 }