Skip to content

Commit

Permalink
Fix access_token typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bithavoc committed Apr 18, 2019
1 parent 3123666 commit 49e284b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/oauth2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ securityDefinitions:
We specify the following security requirements:
- A default requirements for all endpoints: users need to be authenticated within the "user" scope by providing
a OAuth token (e.g. Authentication: Bearer header or `accss_token` query parameter).
a OAuth token (e.g. Authentication: Bearer header or `access_token` query parameter).

```yaml
security:
Expand Down
2 changes: 1 addition & 1 deletion examples/oauth2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ securityDefinitions:
We specify the following security requirements:
- A default requirements for all endpoints: users need to be authenticated within the "user" scope by providing
a OAuth token (e.g. Authentication: Bearer header or `accss_token` query parameter).
a OAuth token (e.g. Authentication: Bearer header or `access_token` query parameter).

```yaml
security:
Expand Down

0 comments on commit 49e284b

Please sign in to comment.