Hi I am trying to do Token based authentication from the user Interface of my xamarin App.
I have gone through the link Use the Authentication Manager—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
But it's not clear to me,How to implement it.
My target is to generate token of ArcGis and pass that token to our webApi(Rest Service) which will authenticate that token.
Please provide me code sample how it can be achieved for ArcGis Portal.
Thanks in advance.