Schlagwort-Archive: xamarin forms

Xamarin Google authentication with OAuth

In this article i will show you how authenticate against google with oauth and a mobile app.

When i was trying to get the authentication running, i did not find a good working example for a android phone and Xamarin. There are a lot of good post and blogs out in the internet, but somehow they uses deprecated libs a lot.

All the code i use here can be found on my github page

Setup your data and environment

In this example i will use following libs

The following data needs to prepared in order to start the App

Weiterlesen