This Issue requests to split driver.Driver in two interfaces:
- One to obtain an instance of
TokenManagerService;
- Another one to obtain an instance
Validator.
This is to avoid that when only the validator is needed, it carries over dependencies to the TMS as well with possible generated conflicts.
This Issue requests to split
driver.Driverin two interfaces:TokenManagerService;Validator.This is to avoid that when only the validator is needed, it carries over dependencies to the TMS as well with possible generated conflicts.