-
Notifications
You must be signed in to change notification settings - Fork 694
Wrong function name in refresh token documentation #825
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
Labels
docs
Issues that involve improving or adding documentation.
pr-welcome
We'd welcome a PR to solve the issue.
Comments
Think you're right, there seems to only be a |
@jeroenheijmans will provide a PR |
xintellion
pushed a commit
to xintellion/angular-oauth2-oidc
that referenced
this issue
Jun 14, 2020
Wrong function name in refresh token documentation
xintellion
pushed a commit
to xintellion/angular-oauth2-oidc
that referenced
this issue
Jun 14, 2020
Wrong function name in refresh token documentation
@jeroenheijmans created a PR |
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. |
manfredsteyer
added a commit
that referenced
this issue
Jun 30, 2020
pinging to notify this can be closed (if forgotten) |
This was referenced Jul 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
docs
Issues that involve improving or adding documentation.
pr-welcome
We'd welcome a PR to solve the issue.
Describe the bug
Documentation improvement
To Reproduce
Steps to reproduce the behavior:
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();
The text was updated successfully, but these errors were encountered: