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

sts.oda.client.auth.Authentication Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
/*
 * on-demand-api
 * The Sterling On Demand API allows you to integrate background checks into your platform and manage the process from end-to-end.
 *
 * OpenAPI spec version: 2018-05-08T16:44:26.238-07:00
 * 
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */


package sts.oda.client.auth;

import sts.oda.client.Pair;

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

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 - 2025 Weber Informatics LLC | Privacy Policy