Beispiel #1
0
 public GetClaimsForUserHandler(IConfigurationsServiceContext context)
 {
     _context = context;
 }
 public Handler(IConfigurationsServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public AuthenticateHandler(IConfigurationsServiceContext context, IEncryptionService encryptionService)
 {
     _encryptionService = encryptionService;
     _context           = context;
 }