We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dedb8 commit b44ff35Copy full SHA for b44ff35
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={comma-separated-scopes}&flow_type=DEFAULT&sdk=android&response_type=code&prompt=consent
+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
10
11
12
Here are the main components of the app -
0 commit comments