使用“expo-app-auth”中的 AppAuth 时出错;
当我尝试 authi 得到以下错误:[错误:ExpoAppAuth.Get Auth:JSON 反序列化错误]
const config = {
serviceConfiguration: {
authorizationEndpoint: 'https://api.netatmo.com/oauth2/authorize',
tokenEndpoint: 'https://api.netatmo.com/oauth2/token',
},
clientId: 'cilentid',
clientSecret: 'cilentsecret',
scopes: ['read_presence']
}
是不是和配置有关?