Package io.anyline2.reporting
Class NetworkRequest.BearerAuthentication
-
- All Implemented Interfaces:
public final class NetworkRequest.BearerAuthentication
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
BearerPrefix
private final String
accessToken
private final String
refreshToken
-
Constructor Summary
Constructors Constructor Description NetworkRequest.BearerAuthentication(String accessToken, String refreshToken)
-
Method Summary
Modifier and Type Method Description final String
getAccessToken()
final String
getRefreshToken()
-
-
Method Detail
-
getAccessToken
final String getAccessToken()
-
getRefreshToken
final String getRefreshToken()
-
-
-
-