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

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

There is a newer version: 0.38.0
Show newest version
package com.databricks.sdk.core;

public interface CredentialsProvider {
  String authType();

  HeaderFactory configure(DatabricksConfig config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy