openmobilehub / react-native-omh-storage

https://openmobilehub.github.io/react-native-omh-storage/
Apache License 2.0
7 stars 0 forks source link

fix: add missing scope to OneDrive so that refreshToken is returned #70

Closed damiann5f closed 2 months ago

damiann5f commented 2 months ago

Summary

On OneDrive, the refreshing token was failing due to a missing scope. Without it, the refresh token for refreshing access token was not provided.

Demo

n/a

Closes: OMHD-557 Closes: OMHD-552