-
public final class DropboxPreferences.AuthInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final TokenResponsetokenInfoprivate final LongauthTime
-
Constructor Summary
Constructors Constructor Description DropboxPreferences.AuthInfo(TokenResponse tokenInfo, Long authTime)
-
Method Summary
Modifier and Type Method Description final TokenResponsegetTokenInfo()final LonggetAuthTime()-
-
Constructor Detail
-
DropboxPreferences.AuthInfo
DropboxPreferences.AuthInfo(TokenResponse tokenInfo, Long authTime)
-
-
Method Detail
-
getTokenInfo
final TokenResponse getTokenInfo()
-
getAuthTime
final Long getAuthTime()
-
-
-
-