Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gregurco committed Nov 9, 2017
1 parent 1dc9cbf commit b3d8d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ eight_points_guzzle:
| Key | Description | Required | Example |
| --- | --- | --- | --- |
| base_uri | URL of oAuth2 server.| yes | https://example.com |
| token_url | The path that will be concatenated with base_uri (Default: `/oauth2/token`)| no | /oauth/token |
| token_url | The path that will be concatenated with base_uri. <br/>Default: `/oauth2/token`| no | /oauth/token |
| client_id | The client identifier issued to the client during the registration process | yes | s6BhdRkqt3 |
| client_secret | The client secret | ~ | 7Fjfp0ZBr1KtDRbnfVdmIw |
| username | The resource owner username | for PasswordCredentials grant type | johndoe |
| password | The resource owner password | for PasswordCredentials grant type | A3ddj3w |
| auth_location | The place where to put client_id and client_secret in auth request. Default: headers. Allowed values: body, headers. | no | body |
| auth_location | The place where to put client_id and client_secret in auth request. <br/>Default: headers. Allowed values: body, headers. | no | body |
| resource | The App ID URI of the web API (secured resource) | no | https://service.contoso.com/ |
| scope | One or more scope values indicating which parts of the user's account you wish to access | no | administration |
| grant_type | Grant type class path. Class should implement `Sainsburys\Guzzle\Oauth2\GrantType\GrantTypeInterface`. Default: `Sainsburys\\Guzzle\\Oauth2\\GrantType\\PasswordCredentials` | no | `Sainsburys\\Guzzle\\Oauth2\\GrantType\\ClientCredentials` |
| grant_type | Grant type class path. Class should implement GrantTypeInterface. <br/> Default: Sainsburys\\Guzzle\\Oauth2\\GrantType\\PasswordCredentials | no | Sainsburys\\Guzzle\\Oauth2\\GrantType\\ClientCredentials |

See more information about middleware [here][3].

Expand Down

0 comments on commit b3d8d46

Please sign in to comment.