コード例 #1
0
 public AuthorizeInteractionResponseGeneratorTests_Consent()
 {
     _subject = new IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator(
         TestLogger.Create <IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator>(),
         _options,
         _mockConsent,
         _fakeUserService);
 }
コード例 #2
0
 public AuthorizeInteractionResponseGeneratorTests()
 {
     _subject = new IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator(
         _clock,
         TestLogger.Create <IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator>(),
         _mockConsentService,
         new MockProfileService());
 }