question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong function name in refresh token documentation

See original GitHub issue

Describe the bug Documentation improvement

To Reproduce Steps to reproduce the behavior:

  1. Go to ‘https://manfredsteyer.github.io/angular-oauth2-oidc/docs/additional-documentation/refreshing-a-token.html

Expected behavior The function name refrenced in the documentation should match the name in the code

Additional context In the document the function name for refreshing a token seems to be wrong this.oauthService.refresh(); I think it should be: this.oauthService.refreshToken();

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
jonyeezscommented, Oct 3, 2020

pinging to notify this can be closed (if forgotten)

0reactions
jeroenheijmanscommented, Jun 14, 2020

Thx!

Note that it’s typically the core maintainer to merge a bunch of PRs at once, every once in a while, so it might take a bit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding Refresh Tokens - Auth0
Using Refresh Tokens​​ While refresh tokens are often long-lived, the authorization server can invalidate them. Some of the reasons a refresh token may...
Read more >
Refresh Tokens - OAuth 2.0 Simplified
The presence of the refresh token means that the access token will expire and you'll be able to get a new one without...
Read more >
Re: Access token expired in V3 - Constant Contact Community
If you continue going through the oAuth documentation for v3 you will notice that it mentions a Refresh Token section after the Access...
Read more >
Troubleshooting | CyberDrain Improved Partner Portal
Reset the token names to their original values, for example back to RefreshToken and then Select Save. Stop the app once more for...
Read more >
Solved: OAuth Refresh token has expired after 90 days
We try to authenticate using an OAuth Refresh Token (this authentication mechanism has ... In this case the documentation is wrong and should...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found