TF-1963 Sync handle exception at data and domain layer

(cherry picked from commit 591388e01fc4fc4c357bdb40a44dac0377dc9fe5)
This commit is contained in:
dab246
2023-06-26 21:00:30 +07:00
committed by Dat Vu
parent badb7509b6
commit 8be3eb53e9
20 changed files with 77 additions and 64 deletions
@@ -37,5 +37,5 @@ abstract class AuthenticationOIDCDataSource {
String discoveryUrl,
List<String> scopes);
Future<String?> getAuthenticationInfo();
Future<String> getAuthenticationInfo();
}