com.databricks.sdk.core.HeaderFactory Maven / Gradle / Ivy
package com.databricks.sdk.core;
import java.util.Map;
public interface HeaderFactory {
/**
* Part of the Unified Client Authentication framework.
*
* HeaderFactory is supposed to be returned from CredentialsProvider, once it's configured.
*
* @return a map of HTTP headers with refreshed tokens
*/
Map headers();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy