You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit da200b3 added a getToken method to ResourceController, which is convenient. However there is no clean way to access this from a Server instance since there is no getToken in the Server class, and Server::getResourceController returns a ResourceControllerInterface, which does not include getToken.
I suggest to add getToken to ResourceControllerInterface to fix this.
The text was updated successfully, but these errors were encountered:
Commit da200b3 added a
getToken
method toResourceController
, which is convenient. However there is no clean way to access this from aServer
instance since there is nogetToken
in theServer
class, andServer::getResourceController
returns aResourceControllerInterface
, which does not includegetToken
.I suggest to add
getToken
toResourceControllerInterface
to fix this.The text was updated successfully, but these errors were encountered: