public IdentityServerOptions()
 {
     Authenticate = new AuthenticateOptions();
     Scim         = new ScimOptions();
     Logging      = new LoggingOptions();
     DataSource   = new DataSourceOptions();
 }
Beispiel #2
0
 public IdentityServerOptions()
 {
     Authenticate = new AuthenticateOptions();
     Scim         = new ScimOptions();
 }