Ejemplo n.º 1
0
 public WebSdkConfigService(IConfiguration configuration, IHttpClientWrapper clientWrapper)
     : base(new RequestResponseJsonConverter(), clientWrapper, configuration.EndpointUrl)
 {
     this._credentialProvider = configuration.CredentialProvider;
     this._authTokenParser    = new DefaultAuthTokenParser();
     this._configuration      = configuration;
 }