Skip to content

Commit b030927

Browse files
RolandGuijtCopilot
andauthored
Update src/content/docs/identityserver/reference/endpoints/introspection.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4dc989d commit b030927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/reference/endpoints/introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ var response = await client.IntrospectTokenAsync(new TokenIntrospectionRequest
8080
ClientId = "resource1",
8181
ClientSecret = "secret",
8282

83-
Token = dsf43534j33kkl..
83+
Token = "<PLACEHOLDER_TOKEN>" // Replace with the actual token
8484
});
8585
```

0 commit comments

Comments
 (0)