Skip to content

Commit e478bf7

Browse files
Update src/content/docs/identityserver/reference/endpoints/introspection.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 46f30b0 commit e478bf7

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
@@ -18,7 +18,7 @@ cryptographic libraries) and refresh tokens. Refresh tokens can only be introspe
1818

1919
The introspection endpoint requires authentication. Since the request to the introspection endpoint is typically done by an API, which is not an OAuth client, the [`ApiResource`](/identityserver/fundamentals/resources/api-resources) is used to configure credentials:
2020

21-
```cs
21+
```csharp
2222
new ApiResource("resource1")
2323
{
2424
Scopes = { "scope1", "scope2" }, // Replace "scope1", "scope2" with the actual scopes required for your API

0 commit comments

Comments
 (0)