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

com.databricks.sdk.core.HeaderFactory Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
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