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

cloud.artik.client.auth.Authentication Maven / Gradle / Ivy

package cloud.artik.client.auth;

import cloud.artik.client.Pair;

import java.util.Map;
import java.util.List;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy