TF-624 Implement get authentication info
This commit is contained in:
@@ -77,4 +77,9 @@ class AuthenticationOIDCRepositoryImpl extends AuthenticationOIDCRepository {
|
||||
String redirectUrl, String discoveryUrl, List<String> scopes) {
|
||||
return _oidcDataSource.authenticateOidcOnBrowser(clientId, redirectUrl, discoveryUrl, scopes);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<String?> getAuthenticationInfo() {
|
||||
return _oidcDataSource.getAuthenticationInfo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user