uber / rides-ios-sdk

Uber Rides iOS SDK (beta)
https://developer.uber.com/docs
MIT License
374 stars 124 forks source link

Added token_type property support to AccessToken model #257

Closed jameseunson closed 5 years ago

jameseunson commented 5 years ago

AccessToken on the iOS version of the SDK doesn't include the token_type property, while this is available in the Android version of the SDK, and provided by the backend.

To ensure consistency between versions of the SDK, the token_type property has been added to the AccessToken model. This has been verified as available and functioning correctly via unit tests, and a live integration of the SDK in a test application.

Screenshots are attached below of this change in action:

Screen Shot 2019-04-10 at 2 16 27 PM
CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.