Exemple #1
0
 public HomeController(IClient client, ITokenFlowRegister tokenFlowRegister)
 {
     this.client            = client;
     this.tokenFlowRegister = tokenFlowRegister;
 }
Exemple #2
0
 public AuthorizationHandler(ITokenProviderFactory tokenProviderFactory, ITokenFlowRegister tokenFlowRegister)
 {
     this.tokenProviderFactory = tokenProviderFactory;
     this.tokenFlowRegister    = tokenFlowRegister;
 }