Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lalwani authored Aug 15, 2024
1 parent be7528e commit 723b52b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/login-with-auth-code-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This app demonstrates how a third party app can integrate Login via Uber to thei
the rides-android-sdk using applink flow with proof-key code exchange,
RFC-7636 (https://datatracker.ietf.org/doc/html/rfc7636).

The app link to invoke the first party Uber app is -
```
https://auth.uber.com/oauth/v2/authorize?client_id={client-id}&redirect_uri={redirect-uri}&scope={comma-separated-scopes}&flow_type=DEFAULT&sdk=android&response_type=code&prompt=consent
```

Here are the main components of the app -

- `AuthUriAssembler` - to assemble the a launch uri which would launch an Uber app (rides, eats or driver)
Expand Down

0 comments on commit 723b52b

Please sign in to comment.