-
Notifications
You must be signed in to change notification settings - Fork 10
Feat/getToken wrapper #74
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
Conversation
…er using a service account
…er using a service account
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
- Coverage 65.35% 64.98% -0.38%
==========================================
Files 13 13
Lines 765 771 +6
==========================================
+ Hits 500 501 +1
- Misses 265 270 +5
Continue to review full report at Codecov.
|
ulodciv
left a comment
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.
Why not add an argument to get_new_client instead? Perhaps called something like use_get_token?
|
Because I wanted to have a function that does one and only one thing that is correctly authenticate as a new user. |
|
I have nothing against creating a new method, but, doesn't |
|
Never used it, but from what i understand not really that would use the account wide delegation (that use a little magic in the google library by calling the credentials |
No description provided.