Skip to content

Commit

Permalink
docs: add refresh token grant type
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 28, 2022
1 parent bedaf48 commit c752125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,7 +88,7 @@ Ory refreshes and OpenID Connect ID token,
```shell
ory create oauth2-client --project $project_id \
--name "Authorize Code with OpenID Connect Demo" \
--grant-type authorization_code \
--grant-type authorization_code,refresh_token \
--response-type code \
--redirect-uri http://127.0.0.1:4446/callback
code_client_id="{set to client id from output}"
Expand Down

0 comments on commit c752125

Please sign in to comment.