Skip to content

Commit

Permalink
docs: give examples of other authorization parameters (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc-Aurèle DARCHE <madarche@users.noreply.github.com>
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
3 people committed Jul 21, 2021
1 parent 51dc47d commit e0b36c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -242,7 +242,7 @@ parameters.
- `response_type`: `<string>` **Default:** If only a single `client.response_types` member is
present that one will be used automatically.
- `scope`: `<string>` **Default:** 'openid'
- any other authorization parameters may be provided
- any other authorization parameters may be provided (e.g. `nonce`, `state`, `login_hint`, ...)
- Returns: `<string>`

---
Expand Down

0 comments on commit e0b36c1

Please sign in to comment.