identityserver/tokens/refresh #169
Replies: 3 comments 5 replies
-
RefreshTokenRequest has no default constructor, example code at https://docs.duendesoftware.com/identityserver/tokens/refresh does not work :-( |
Beta Was this translation helpful? Give feedback.
-
Sorry, but i already solved it differently. What i tried (like in the linked example): var request = new RefreshTokenRequest Unfortunately, RefreshTokenRequest doesn't have a constructor, so I didn't get any further. |
Beta Was this translation helpful? Give feedback.
-
I use the latest version 7.0.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
identityserver/tokens/refresh
Documentation for refresh token management in IdentityServer, including requesting, using and securing refresh tokens for long-lived access to resources
https://docs.duendesoftware.com/identityserver/tokens/refresh
Beta Was this translation helpful? Give feedback.
All reactions