vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 65 forks source link

cannot add 'token' in responseType parameter #158

Closed nexthor closed 2 years ago

nexthor commented 2 years ago

when I made a request for a new token to B2C, it doesn't allowed ask to request a specific parameters rather defaults to these values:

image

This could be fixed moving the options spreading parameters to the end of the given list of parameters.