Skip to content

Commit d068ac8

Browse files
authored
Update README.md
1 parent b44ff35 commit d068ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/login-with-auth-code-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RFC-7636 (https://datatracker.ietf.org/doc/html/rfc7636).
66

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

1212
Here are the main components of the app -

0 commit comments

Comments
 (0)