auth0 / Guardian.Android

Android toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
5 stars 18 forks source link

Remove ParcelableEnrollment #34

Closed nikolaseu closed 8 years ago

nikolaseu commented 8 years ago

Replace with a package level access class GuardianEnrollment, the API only uses the Enrollment interface The ParcelableEnrollment was kind of useless given the user could not extend it because there was no constructor and the impl was there to be used in guardian ui library, but we don't have it yet so why resctrict ourselves?