Skip to content

Commit b44ff35

Browse files
authored
Update README.md
1 parent 01dedb8 commit b44ff35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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={comma-separated-scopes}&flow_type=DEFAULT&sdk=android&response_type=code&prompt=consent
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
1010
```
1111

1212
Here are the main components of the app -

0 commit comments

Comments
 (0)