Skip to main content
Question

Using Client Credentials Grant method in Python

  • May 22, 2025
  • 1 reply
  • 4 views

Forum|alt.badge.img

We are trying to implement Client Credentials Grant method for authentication.
As per the example here - https://developer.box.com/guides/authentication/client-credentials/
where do I import CCGAuth from ? I cannot find it anywhere in the documentation.

1 reply

Forum|alt.badge.img

Hi Rohit

You should be able to get this working using the CCGAuth package - so something like this. I will let the team know that the docs need updating

from boxsdk import CCGAuth
Best regards,
Peter Christensen, Platform Solutions Engineer, Box