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

com.databricks.sdk.core.oauth.AuthParameterPosition Maven / Gradle / Ivy

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

/** Options for where authentication parameters can be provided in a request. */
public enum AuthParameterPosition {
  /** The parameter should be passed as part of the Authorization header. */
  HEADER,

  /** The parameter should be passed as a form field. */
  BODY,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy