[Bug] CallRestApiForAppAsync<TOutput> and CallRestApiForAppAsync<TInput, TOutput> are missing.
jmprieur opened this issue · 0 comments
jmprieur commented
Which version of Microsoft Identity Abstractions for dotnet are you using?
We need to implement CallRestApiForAppAsync<TOutput>
and CallRestApiForAppAsync<TInput, TOutput>
which are the missing counterpart of CallRestApiForUserAsync<TOutput>
and CallRestApiForUserAsync<TInput, TOutput>