uber / rides-android-sdk

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

Propagate the error message for failed sso back to the caller #238

Closed lalwani closed 7 months ago

lalwani commented 7 months ago

If the SSO with cross app flow does not work out due to some error then we need to propagate the same error back to the client. The previous implementation consumed the error and emitted just as canceled but there could be something wrong like bad redirect_uri or scope etc. so we want to be able to provide the right message to the caller