Ejemplo n.º 1
0
 public AuthorizeInteractionResponseGeneratorTests_Consent()
 {
     _subject = new IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator(
         TestLogger.Create <IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator>(),
         _options,
         _mockConsent,
         _fakeUserService);
 }
Ejemplo n.º 2
0
 public AuthorizeInteractionResponseGeneratorTests()
 {
     _subject = new IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator(
         _clock,
         TestLogger.Create <IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator>(),
         _mockConsentService,
         new MockProfileService());
 }