You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/accesstokenmanagement/advanced/client-credentials.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ The client registration object has two additional properties to customize the HT
244
244
245
245
The values of both the `scope` and `resource` hashed (MD5) to ensure that the cache key length is not unbounded.
246
246
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`
0 commit comments