smartcar / android-sdk

Smartcar Android Auth SDK
https://smartcar.github.io/android-sdk
MIT License
19 stars 2 forks source link

Use mapping list instead of concatenating redirect URL #2

Closed sankethkatta closed 7 years ago

sankethkatta commented 7 years ago

In the Java SDK we have the master mapping list: https://github.com/smartcar/java-sdk/blob/master/src/main/java/com/smartcar/sdk/OEM.java

This way if we change out any of the domains for the auth endpoints (i.e. auth.volvocars.com) we can just swap it out in the config map.

ramya-s commented 7 years ago

Done