TF-624 Add method authenticateOidcOnBrowser to AuthenticationOIDCRepository repository
This commit is contained in:
@@ -83,4 +83,10 @@ class AuthenticationOIDCDataSourceImpl extends AuthenticationOIDCDataSource {
|
||||
Future<void> deleteAuthorityOidc() {
|
||||
return _oidcConfigurationCacheManager.deleteAuthorityOidc();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> authenticateOidcOnBrowser(String clientId, String redirectUrl,
|
||||
String discoveryUrl, List<String> scopes) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user