We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e107fef + 0a714ea commit b2476b9Copy full SHA for b2476b9
src/content/docs/identityserver/tokens/refresh.md
@@ -36,6 +36,7 @@ refresh token depending on the client configuration (see [rotation](#rotation)).
36
37
```
38
POST /connect/token
39
+Content-Type application/x-www-form-urlencoded
40
41
client_id=client&
42
client_secret=secret&
0 commit comments