Example #1
0
 public Authenticator(AuthTokenService authTokenService,
                      IQueryExecutor queryExecutor,
                      IPasswordHashingService passwordHashingService)
 {
     _authTokenService = authTokenService;
     _queryExecutor = queryExecutor;
     _passwordHashingService = passwordHashingService;
 }
Example #2
0
 public Authenticator(AuthTokenService authTokenService,
                      IQueryExecutor queryExecutor,
                      IPasswordHashingService passwordHashingService)
 {
     _authTokenService       = authTokenService;
     _queryExecutor          = queryExecutor;
     _passwordHashingService = passwordHashingService;
 }