TF-624 Implement get authentication info
This commit is contained in:
@@ -96,4 +96,9 @@ class AuthenticationOIDCDataSourceImpl extends AuthenticationOIDCDataSource {
|
||||
discoveryUrl,
|
||||
scopes);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<String?> getAuthenticationInfo() {
|
||||
return _authenticationClient.getAuthenticationInfo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user