I am trying to make work using refresh tokens (useRefreshTokens: true)
provideAuth0({
domain: 'xxx',
clientId: 'zzz',
authorizationParams: {
audience: 'yyy',
redirect_uri: window.location.origin
},
useRefreshTokens: true
})
I am getting this error:
Error getting access token: _f: Missing Refresh Token (audience: 'yyy', scope: 'openid profile email offline_access')
Settings in client app:
I have enabled 'Allow Offline Access' in API settings.