TF-605 Use bearer token download attachment on Android
This commit is contained in:
@@ -35,4 +35,11 @@ class NotFoundAccessTokenException implements Exception {
|
||||
|
||||
class AccessTokenInvalidException implements Exception {
|
||||
AccessTokenInvalidException();
|
||||
}
|
||||
|
||||
class DownloadAttachmentHasTokenExpiredException implements Exception {
|
||||
|
||||
final String refreshToken;
|
||||
|
||||
DownloadAttachmentHasTokenExpiredException(this.refreshToken);
|
||||
}
|
||||
Reference in New Issue
Block a user