We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44ff35 commit d068ac8Copy full SHA for d068ac8
1 file changed
samples/login-with-auth-code-demo/README.md
@@ -6,7 +6,7 @@ RFC-7636 (https://datatracker.ietf.org/doc/html/rfc7636).
6
7
The app link to invoke the first party Uber app is -
8
```
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
+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
10
11
12
Here are the main components of the app -
0 commit comments