Interface AccessToken
-
public interface AccessToken
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessTokenString(CloseableHttpClient client)StringgetAuthURL()intgetStatusCode()intgetTimeOffset()longgetTokenExpiredTime()voidsetAuthURL(String url)voidsetSubscriptionKey(String key)voidsetTimeOffset(int offset)
-
-
-
Method Detail
-
getAccessTokenString
String getAccessTokenString(CloseableHttpClient client)
-
getTokenExpiredTime
long getTokenExpiredTime()
-
getTimeOffset
int getTimeOffset()
-
setTimeOffset
void setTimeOffset(int offset)
-
getStatusCode
int getStatusCode()
-
getAuthURL
String getAuthURL()
-
setAuthURL
void setAuthURL(String url)
-
setSubscriptionKey
void setSubscriptionKey(String key)
-
-