Skip to content

Commit

Permalink
doc: Correct alias in OAuth2 scopes documentation (ory#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo authored and aeneasr committed Oct 21, 2019
1 parent 8de3dca commit 31ecf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// tokenUrl: /oauth2/token
// flow: accessCode
// scopes:
// offline: "A scope required when requesting refresh tokens (alias for `offline`)"
// offline: "A scope required when requesting refresh tokens (alias for `offline_access`)"
// offline_access: "A scope required when requesting refresh tokens"
// openid: "Request an OpenID Connect ID Token"
// basic:
Expand Down

0 comments on commit 31ecf09

Please sign in to comment.