Package com.google.auth.http
Class AuthHttpConstants
- java.lang.Object
-
- com.google.auth.http.AuthHttpConstants
-
public class AuthHttpConstants extends Object
Constants used for auth in http
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHORIZATION
HTTP "Authentication" headerstatic String
BEARER
HTTP "Bearer" authentication scheme
-
Constructor Summary
Constructors Constructor Description AuthHttpConstants()
-
-
-
Field Detail
-
BEARER
public static final String BEARER
HTTP "Bearer" authentication scheme- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
HTTP "Authentication" header- See Also:
- Constant Field Values
-
-