You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying SimpleAuth because Xamarin.Auth doesn't refresh tokens and is useful for Google. However, the very first line I enter in my Xamarin.Droid MainActivity code is: SimpleAuth.Providers.Google.Init (this.Application);
and I get the error that "Google doesn't exist in SimpleAuth.Providers". I'm using the latest NuGet version 1.0.52.
What's the solution and perhaps you could update your docs? Do you have an updated Xamarin.Forms sample we can look at that works with 1.0.52?
Thanks!
Richard
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying SimpleAuth because Xamarin.Auth doesn't refresh tokens and is useful for Google. However, the very first line I enter in my Xamarin.Droid MainActivity code is: SimpleAuth.Providers.Google.Init (this.Application);
and I get the error that "Google doesn't exist in SimpleAuth.Providers". I'm using the latest NuGet version 1.0.52.
What's the solution and perhaps you could update your docs? Do you have an updated Xamarin.Forms sample we can look at that works with 1.0.52?
Thanks!
Richard
The text was updated successfully, but these errors were encountered: