We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e42f5e commit b20fd26Copy full SHA for b20fd26
src/content/docs/identityserver/fundamentals/resources/isolation.md
@@ -118,7 +118,7 @@ redirect_uri=...&
118
resource=urn:invoices
119
```
120
121
-Which will return an access token for the invoices API and a refresh token. If you want to also retrieve the access token
+This will return an access token for the invoices API and a refresh token. If you want to also retrieve the access token
122
for the products API, you use the refresh token and make another roundtrip to the token endpoint.
123
124
```text
0 commit comments