[Error: ExpoAppAuth.Get Auth: JSON deserialization error]

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android

Getting an error using AppAuth from ‘expo-app-auth’;

When i try to authi get the following error: [Error: ExpoAppAuth.Get Auth: JSON deserialization error]

const config =  {   

  serviceConfiguration: {

  authorizationEndpoint: 'https://api.netatmo.com/oauth2/authorize',

  tokenEndpoint: 'https://api.netatmo.com/oauth2/token',
  },

  clientId: 'cilentid',

  clientSecret: 'cilentsecret',

  scopes: ['read_presence']

}

Is it something with the config?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.