Exemple #1
0
 public AcsClientAccountPasswordFlow(Uri serviceUri, ClientAccountPasswordTokenRequest tokenRequest, IHttpClient httpAdapter)
     : base(serviceUri, tokenRequest, httpAdapter)
 {
 }
 public AcsClientAccountPasswordFlowTests()
 {
     _tokenRequest = new ClientAccountPasswordTokenRequest("myClient", "mySecret", "myScope");
     _serviceUri   = new Uri("https://acs.example.com");
 }
Exemple #3
0
 public AcsClientAccountPasswordFlow(Uri serviceUri, ClientAccountPasswordTokenRequest tokenRequest)
     : base(serviceUri, tokenRequest)
 {
 }