Skip to content

Commit 295ab5d

Browse files
authored
Update src/content/docs/accesstokenmanagement/advanced/client-credentials.mdx
1 parent 0f1f9bc commit 295ab5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/accesstokenmanagement/advanced/client-credentials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The client registration object has two additional properties to customize the HT
244244

245245
The values of both the `scope` and `resource` hashed (MD5) to ensure that the cache key length is not unbounded.
246246

247-
You can implement your own Cache Key generator by implementing a custom `IClientCredentialsCacheKeyGenerator` and registering this to your service container. This is needed if you're adding custom parameters to your `TokenRequestParameters`
247+
You can implement your own cache key generator by implementing a custom `IClientCredentialsCacheKeyGenerator` and registering this to your service container. This is needed if you're adding custom parameters to your `TokenRequestParameters`
248248

249249
### Encrypting cache entries
250250

0 commit comments

Comments
 (0)