/// <summary>
 /// Initializes a new instance of the <see cref="DeveloperAuthOptions"/> class.
 /// </summary>
 public DeveloperAuthOptions()
 {
     AuthenticationScheme = DeveloperAuthDefaults.AuthenticationScheme;
     DisplayName = AuthenticationScheme;
     CallbackPath = new PathString("/signin-developerauth");
     BackchannelTimeout = TimeSpan.FromSeconds(60);
     Events = new DeveloperAuthEvents();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DeveloperAuthOptions"/> class.
 /// </summary>
 public DeveloperAuthOptions()
 {
     AuthenticationScheme = DeveloperAuthDefaults.AuthenticationScheme;
     DisplayName          = AuthenticationScheme;
     CallbackPath         = new PathString("/signin-developerauth");
     BackchannelTimeout   = TimeSpan.FromSeconds(60);
     Events = new DeveloperAuthEvents();
 }