Esempio n. 1
0
		public SecuredAuthenticator(string apiKey, BasicAuthenticator basicAuthenticator)
		{
			this.apiKey = apiKey;
			this.basicAuthenticator = basicAuthenticator;
		}
Esempio n. 2
0
 public SecuredAuthenticator(string apiKey, BasicAuthenticator basicAuthenticator)
 {
     this.apiKey             = apiKey;
     this.basicAuthenticator = basicAuthenticator;
 }