Exemple #1
0
 public ClientAssertionSecretParsing()
 {
     _options = new IdentityServerOptions();
     _parser  = new ClientAssertionSecretParser();
 }
 public ClientAssertionSecretParsing()
 {
     _options = new IdentityServerOptions();
     _parser  = new ClientAssertionSecretParser(_options, new LoggerFactory().CreateLogger <ClientAssertionSecretParser>());
 }