TF-605 Use bearer token download attachment on Android
This commit is contained in:
@@ -4,4 +4,6 @@ abstract class AccountDatasource {
|
||||
Future<Account> getCurrentAccount();
|
||||
|
||||
Future<void> setCurrentAccount(Account newCurrentAccount);
|
||||
|
||||
Future<void> deleteCurrentAccount(String accountId);
|
||||
}
|
||||
@@ -15,4 +15,11 @@ abstract class AuthenticationOIDCDataSource {
|
||||
Future<void> persistAuthorityOidc(String authority);
|
||||
|
||||
Future<OIDCConfiguration> getStoredOidcConfiguration();
|
||||
|
||||
Future<TokenOIDC> refreshingTokensOIDC(
|
||||
String clientId,
|
||||
String redirectUrl,
|
||||
String discoveryUrl,
|
||||
List<String> scopes,
|
||||
String refreshToken);
|
||||
}
|
||||
Reference in New Issue
Block a user