I am looking into Simple.OData as a service client for a Xamarin client which communicates with an ASP.NET MVC WebAPI back end. I would like to use Authentication, however the examples are lacking implementation examples. I understand I will need to handle the BeforeRequest / AfterRequest events and read/write the Authentication token, but, not sure what the token is called.
Could you be as kind to show me a quick and dirty example ?
I am looking into Simple.OData as a service client for a Xamarin client which communicates with an ASP.NET MVC WebAPI back end. I would like to use Authentication, however the examples are lacking implementation examples. I understand I will need to handle the BeforeRequest / AfterRequest events and read/write the Authentication token, but, not sure what the token is called.
Could you be as kind to show me a quick and dirty example ?