コード例 #1
0
 public OpenIdConnectOptions(string authenticationScheme)
 {
     AuthenticationScheme = authenticationScheme;
     DisplayName = OpenIdConnectDefaults.Caption;
     CallbackPath = new PathString("/signin-oidc");
     Events = new OpenIdConnectEvents();
 }
コード例 #2
0
 public OpenIdConnectOptions(string authenticationScheme)
 {
     AuthenticationScheme = authenticationScheme;
     DisplayName          = OpenIdConnectDefaults.Caption;
     CallbackPath         = new PathString("/signin-oidc");
     Events = new OpenIdConnectEvents();
 }