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

com.databricks.jdbc.auth.AuthConstants Maven / Gradle / Ivy

package com.databricks.jdbc.auth;

public class AuthConstants {
  public static final String GRANT_TYPE_REFRESH_TOKEN_KEY = "refresh_token";
  public static final String GRANT_TYPE_KEY = "grant_type";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy