| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An Android (Xamarin) Chat client for the ServiceStack Chat application!
Android (Xamarin) Chat shows integration with ServiceStack server from a Xamarin application utilizing the following ServiceStack features.
Xamarin.Auth is a component you can use when developing Xamarin clients that authenticate with common OAuth proviers like Twitter, Facebook, etc. This component can also be used with ServiceStack OAuth providers by creating a wrapper for the WebAuthenticator.
var ssAuth = new ServiceStackAuthenticator(
MainActivity.BaseUrl,
"twitter", jsonServiceClient =>
{
var userDetails = jsonServiceClient.Get(new GetUserDetails());
return new Account(userDetails.UserName, jsonServiceClient.CookieContainer);
});More info about this wrapper at the TechStacksAuth repository
| Back | FazBrowse Home | New Git URL |