Type Error When Adding Additional Services to HttpClient Context
I'd like to do the following, so that I can provide the
but I'm getting a type error:
is there any reason not to allow additional services in Context of HttpClient produced by
AuthToken at call site (when calling client methods for end points)but I'm getting a type error:
is there any reason not to allow additional services in Context of HttpClient produced by
transformClient?