-
Notifications
You must be signed in to change notification settings - Fork 695
Add method getRefreshToken() #164
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
Comments
What do you exactly mean? Currently, when doing password flow the lib supports the refresh token and using refreshToken() you can refresh your access_token with it. When doing implicit flow there is no refresh token but you could use silent refresh (see docs for setting it up). Or did you mean sth else? |
Hi manfredsteyer, public getRefreshToken(): string { |
With pleasure. It will be there in the next release (comes soon). |
Wow thank you very much!!! |
Please provide this functionality. Thank you.
The text was updated successfully, but these errors were encountered: