This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_authenticated_client(configPath): | |
"""Get an authenticated Box client for a JWT service account | |
Arguments: | |
configPath {str} -- Path to the JSON config file for your Box JWT app | |
Returns: | |
Client -- A Box client for the JWT service account | |
Raises: |