I am new to oAuth 2.0. I have read that a redirect URI is neccessary for an implict flow authentication and authorization.
However, I have registered my Android app in Dropbox app console and have not provided a redirect URI. Still, apps user can authorize app and the app obtains an access token and everything works fine.
If redirect URI is blank, how is this all working ?? Does dropbox android sdk com.dropbox.core:dropbox-core-sdk:2.1.1 fills in a default with something like http://localhost ?
Please explain this. I am very much confused on this point.