AddUserAccessTokenHttpClient - no accessible extension method #183
Unanswered
jupiter144
asked this question in
BFF
Replies: 1 comment 2 replies
|
Can you check if you have a Also make sure to reference the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I installed the Duende.AccessTokenManagement v3.20 package from Nuget. I am experimenting with using this package.
I am able to implement AddClientCredentialsTokenManagement in Program.cs. When typing
builder.Services.AddUserAccessTokenHttpClient()as documented I get a compiler error: no accessible extension method AddUserAccessTokenHttpClient could be found. What am I missing?All reactions