uber / rides-android-sdk

Uber Rides Android SDK (beta)
https://developer.uber.com/docs
MIT License
293 stars 127 forks source link

Added prompt parameter for sso authorization #256

Closed lalwani closed 3 months ago

lalwani commented 3 months ago

Description: As per the openid spec a prompt parameter could be added to the url to present an appropriate webpage to the user. It can be used to force user to login again or provide consent etc. This change adds currently supported values of the prompt parameter to the sdk. We will update the sdk when Uber backend supports other values