Skip to content
Discussion options

You must be logged in to vote

Hi @pedroduarte0 ,

when loading from config, the property name is called TokenRetrieverTypeName. The value should be the types assembly qualified name.

https://learn.microsoft.com/en-us/dotnet/api/system.type.assemblyqualifiedname?view=net-9.0

you should use:

    "tokenRetrieverTypeName": "YourNamespace.MultiApiAccessTokenRetriever, YourAssemblyName"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wcabus
Comment options

Answer selected by pedroduarte0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
BFF
Labels
None yet
3 participants