stormpath / stormpath-documentation

The Stormpath Product Guides
https://docs.stormpath.com/rest/product-guide/latest/
12 stars 17 forks source link

#388 Fixed Java refresh token typo #436

Closed mdeggies closed 7 years ago

mdeggies commented 7 years ago

https://github.com/stormpath/stormpath-documentation/issues/388

Under Refreshing Access Tokens section:

Code written:

OAuthPasswordGrantRequestAuthentication request =

Correction:

OAuthRefreshTokenRequestAuthentication request =