I'm trying to use the RestSharp portable, but it seems to me that any form of authentication in missing. I'm looking at sources right now and the only reference to the authentication is inside the ...
RestSharp doesn't support bearer authentication out-of-the-box as it does for other common authentication mechanisms (such as basic auth). IPG.RestSharp.BearerAuthenticator is a simple class that ...