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

com.rt.storage.auth.http.AuthHttpConstants Maven / Gradle / Ivy

package com.rt.storage.auth.http;

/** Constants used for auth in http */
public class AuthHttpConstants {
  /** HTTP "Bearer" authentication scheme */
  public static final String BEARER = "Bearer";

  /** HTTP "Authentication" header */
  public static final String AUTHORIZATION = "Authorization";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy