Skip to content

Commit f5d5a3f

Browse files
authored
Apply suggestion from @maartenba
1 parent 0537dc8 commit f5d5a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/accesstokenmanagement/advanced/extensibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public class CustomTokenRetriever(
7878
A custom token handler can be linked to your `HttpClient` by creating an `AccessTokenRequestHandler` and adding it to the request pipeline:
7979

8080
```csharp
81+
// Program.cs
8182
services.AddHttpClient<YourTypedHttpClient>()
8283
.AddDefaultAccessTokenResiliency()
8384
.AddHttpMessageHandler(provider =>

0 commit comments

Comments
 (0)