uber / rides-ios-sdk

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

Ability to define custom scope strings #248

Closed ebgraham closed 5 years ago

ebgraham commented 5 years ago

Adds custom stringified scope option. The custom scope defaults to privileged since anything custom will need approval.

I had to rework the init's and enums a bit because of Obj-C interop and to make a non-breaking change.