Commit da200b3031c97602f756e52e1fcd87be53cf67d1 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.
Commit da200b3031c97602f756e52e1fcd87be53cf67d1 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.