single connection support

This commit is contained in:
Jan Prochazka
2024-08-06 10:58:18 +02:00
parent 2440d6b75f
commit 5d6d827044
5 changed files with 32 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ class AuthProviderBase {
return null;
}
getSingleConnection(req) {
getSingleConnectionId(req) {
return null;
}
}