# Functions
No description provided by the author
No description provided by the author
OAuth2ConfigFromEnv retrieves your app's client id and client secret from your environment, with the purpose of later being able to perform application functions on behalf of users.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
ScopeAllTrips is a privileged scope that allows access to trip details about all future Uber trips, including pickup, destination and real-time location for all of your future rides.
ScopeDelivery is a privileged scope that gives access to the authenticated user's deliveries.
Pull trip data including times, product type andd city information of a user's historical pickups and drop-offs.
ScopeHistoryLite is the same as ScopeHistory but without city information.
Access to get and update your saved places.
Access the user's basic profile information on a user's Uber account including their firstname, email address and profile picture.
ScopeRequest is a privileged scope that allows your application to make requests for Uber products on behalf of users.
ScopeRequestReceipt is a privileged scope that allows your application to get receipt details for requests made by the application.
Allows developers to provide a complete Uber ride experience inside their app using the widget.
# Structs
No description provided by the author