Please include the following information in your post:
SDK - react-native-auth0
SDK Version - 2.13.0
Platform Version - React Native App
auth0.auth.refreshToken({ refreshToken: res, params: ‘value’ })
Our use case is to pass query parameter while calling auth0 to authenticate user using refresh token. However, passing the param value as stated above is not read by auth0 as query parameter. What is the right way to pass query param while authenticating user using refresh token