What values i can pass to scope apart from empty string ("") to OAuth2Authenticator constructor in Xamarin.Auth?
Please refer to the below link for more information on OAuth2Authenticator usage https://components.xamarin.com/gettingstarted/xamarin.auth
Well It depends on the Authentication Provider you are making use of. Let me explain you this in detailed, say for example ,
you want to authenticate users by their gmail accounts in that case ,you can use following scopes
For more information on OAuth with Google , you can refer to https://developers.google.com/+/web/api/rest/oauth
Similarly for other providers , check corresponding website documentation.
Hope this helps.