All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.docusign.maestro.client.auth.Authentication Maven / Gradle / Ivy

Go to download

The Docusign NuGet package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-maestro-csharp-client repository.

There is a newer version: 2.0.0
Show newest version
package com.docusign.maestro.client.auth;

import com.docusign.maestro.client.Pair;
import java.util.List;
import java.util.Map;

public interface Authentication {
  /**
   * Apply authentication settings to header and query params.
   *
   * @param queryParams List of query parameters
   * @param headerParams Map of header parameters
   */
  void applyToParams(List queryParams, Map headerParams);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy