codegen-templates.net.leanix.api.common.auth.Authentication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leanix-sdk-java Show documentation
Show all versions of leanix-sdk-java Show documentation
SDK for Java to access leanIX REST API
package net.leanix.api.common.auth;
import java.util.List;
import java.util.Map;
import net.leanix.api.common.ApiException;
import net.leanix.api.common.Pair;
public interface Authentication {
/** Apply authentication settings to header and query params. */
void applyToParams(List queryParams, Map headerParams) throws ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy