SocialMediaAuthenticationSample icon indicating copy to clipboard operation
SocialMediaAuthenticationSample copied to clipboard

ActiveToken not recognised

Open nodoid opened this issue 4 years ago • 1 comments

I'm getting the wobbly line under googleClient.ActiveToken in my VM (IGoogleClientManager googleClient = CrossGoogleClient.Current;). Has something changed in the nuget package? I'm using v2.1.12, VS2019 and more or less the same VM used in the example

nodoid avatar Jun 30 '20 16:06 nodoid

It is called AccessToken in the recent version. Change it in your code it will work

tamarci avatar Aug 18 '20 12:08 tamarci