How i can add response type? Just without response type don't work auth.
You'll need to use the constructor that takes clientSecret
and accessTokenUrl
. These parameters are required for the code response type, and so Xamarin.Auth
will automatically select it when using this constructor.
Answers
You'll need to use the constructor that takes
clientSecret
andaccessTokenUrl
. These parameters are required for the code response type, and soXamarin.Auth
will automatically select it when using this constructor.