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 StringBearerPrefixprivate final StringaccessTokenprivate final StringrefreshToken
-
Constructor Summary
Constructors Constructor Description NetworkRequest.BearerAuthentication(String accessToken, String refreshToken)
-
Method Summary
Modifier and Type Method Description final StringgetAccessToken()final StringgetRefreshToken()-
-
Method Detail
-
getAccessToken
final String getAccessToken()
-
getRefreshToken
final String getRefreshToken()
-
-
-
-