Esempio n. 1
0
 public Auth0Client(string domain, string clientId)
 {
     this.domain   = domain;
     this.clientId = clientId;
     this.broker   = new AuthenticationBroker();
 }
Esempio n. 2
0
 public Auth0Client(string domain, string clientId)
 {
     this.domain = domain;
     this.clientId = clientId;
     this.broker = new AuthenticationBroker();
 }