-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@W-9746696 refresh token logic for falcon added #36
base: master
Are you sure you want to change the base?
Conversation
Thanks for the contribution! It looks like @vmeena0418 is an internal user so signing the CLA is not required. However, we need to confirm this. |
argusclient/client.py
Outdated
@@ -712,6 +715,18 @@ def with_auth_token(*args, **kwargs): | |||
|
|||
return with_auth_token | |||
|
|||
# Updates Access token and refresh token from files for mac to falcon usecase | |||
def getTokensFromFiles(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def getTokensFromFiles(): | |
def promptForTokens(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update method calls as well
Co-authored-by: j-ma-sf <[email protected]>
Co-authored-by: j-ma-sf <[email protected]>
Co-authored-by: j-ma-sf <[email protected]>
Co-authored-by: j-ma-sf <[email protected]>
@vmeena0418 Please remove |
No description provided.