Is it possible to get the current oauth client? I can't find a way to do it properly. Here is my idea: - Add a `client` field in [FOS\OAuthServerBundle\Security\Authentication\Token\OAuthToken](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Security/Authentication/Token/OAuthToken.php) - Edit [FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Security/Authentication/Provider/OAuthProvider.php) and set the `client` in `OAuthToken` Is it ok?