eugcomax
5 years agoOccasional Visitor
Swagger 3 does not use refresh token
I use authorization code flow to get tokens - access and refresh. This part works. My identity provider issues an access token that expires within several minutes so it's needed to use refresh token to get a new access one. But swagger don't do it. I didn't find any information how Swagger is supposed to refresh access token. Is it supported?