added constant for bearer authentication scheme

This commit is contained in:
Sebastian Sdorra
2015-03-21 15:51:37 +01:00
parent bd8a5c679b
commit b1f7195621

View File

@@ -84,6 +84,12 @@ public final class HttpUtil
* @since 2.0.0
*/
public static final String AUTHORIZATION_SCHEME_BASIC = "Basic";
/**
* Bearer authorization scheme
* @since 2.0.0
*/
public static final String AUTHORIZATION_SCHEME_BEARER = "Bearer";
/**
* location header