Extend or capture RequestClientCredentialsTokenAsync #305
-
The solution does not explicitly have to encompass RequestClientCredentialsTokenAsync, that just happens to be the call I'm using for my basic authentication. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Rick6561 - There is no interceptor or extensibility baked in, but since you control the client code you can bring your own copy/implementation. The |
Beta Was this translation helpful? Give feedback.
The
context.Result.ValidatedRequest.Raw
should have most information available: