-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Hello everyone :)
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 private MergeClientProperties method:
https://github.com/restsharp/RestSharp/blob/portable/RestSharp.Portable/HttpConverter.cs#L133-L136
But the MergeClientProperties is never called by anyone :(
Probably, I'm missing something here... How is supposed to take place the authentication?
Regards,
Marco.
Reactions are currently unavailable