-
Hi, falconpy/src/falconpy/_service_class.py Lines 142 to 156 in 5adb86c At this point there was no clear way for me to figure out why this was failing, other than accessing the Detects' auth_object, and executing its token() method a second time to get the actual response. However, my IDE is giving me the following warning when accessing the auth_object: Unresolved attribute reference 'auth_object' for class 'Detects'. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
Can I see a sample of your code? You're correct that you should be able to call token() straight from the auth_object attached to the service class instance.
|
Beta Was this translation helpful? Give feedback.
Can I see a sample of your code? You're correct that you should be able to call token() straight from the auth_object attached to the service class instance.