Package com.cloudogu.scmmanager
Class BearerHttpAuthentication
java.lang.Object
com.cloudogu.scmmanager.BearerHttpAuthentication
- All Implemented Interfaces:
HttpAuthentication
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(okhttp3.Request.Builder requestBuilder) static void
authenticate
(okhttp3.Request.Builder requestBuilder, String accessToken)
-
Constructor Details
-
BearerHttpAuthentication
-
-
Method Details
-
authenticate
public void authenticate(okhttp3.Request.Builder requestBuilder) - Specified by:
authenticate
in interfaceHttpAuthentication
-
authenticate
-