How do I get to the contents of Refit.ApiException?
Depending on the internal content, I want the user to know how to proceed. So I see that the exception for the exception has the following content ...
The contents of "{\" error \ ": \" invalid_grant \ ", \" error_description \ ": \" The username or password is incorrect. \ "}"
The question is, how do I access this?
source share