Skip to content
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

fix: deprecate the refreshAccessToken methods #411

Merged
merged 1 commit into from
Jul 7, 2018
Merged

fix: deprecate the refreshAccessToken methods #411

merged 1 commit into from
Jul 7, 2018

Conversation

JustinBeckwith
Copy link
Contributor

BREAKING CHANGE: The OAuth2.refreshAccessToken method has been deprecated. The getAccessToken, getRequestMetadata, and request methods will all refresh the token if needed automatically.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 6, 2018
@JustinBeckwith JustinBeckwith requested review from ofrobots and a team July 6, 2018 20:21
@codecov-io
Copy link

codecov-io commented Jul 6, 2018

Codecov Report

Merging #411 into master will decrease coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
- Coverage   95.07%   94.98%   -0.09%     
==========================================
  Files          15       15              
  Lines         955      958       +3     
  Branches      217      217              
==========================================
+ Hits          908      910       +2     
- Misses         47       48       +1
Impacted Files Coverage Δ
src/transporters.ts 95.91% <ø> (ø) ⬆️
src/messages.ts 100% <100%> (ø) ⬆️
src/auth/oauth2client.ts 94.64% <100%> (-0.31%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d042875...46ce1c4. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit 1b4c1b8 into googleapis:master Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants