Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Twitter2Options"/> class.
 /// </summary>
 public Twitter2Options()
 {
     AuthenticationScheme = Twitter2Defaults.AuthenticationScheme;
     DisplayName = AuthenticationScheme;
     CallbackPath = new PathString("/signin-twitter2");
     BackchannelTimeout = TimeSpan.FromSeconds(60);
     Events = new Twitter2Events();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Twitter2Options"/> class.
 /// </summary>
 public Twitter2Options()
 {
     AuthenticationScheme = Twitter2Defaults.AuthenticationScheme;
     DisplayName          = AuthenticationScheme;
     CallbackPath         = new PathString("/signin-twitter2");
     BackchannelTimeout   = TimeSpan.FromSeconds(60);
     Events = new Twitter2Events();
 }