Hi Stephen.
In PHP you can pass the client customer id in using the withClientId() method in OAuth2TokenBuilder.php
You can also pass in the OAuth2 refresh token in a similar if you're making the call using the client's credentials rather than your manager account's credentials.
I'm guessing there is a similar way to do it if you're using one of the other libraries.