Skip to content

Commit

Permalink
clarifies #52
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 21, 2015
1 parent 375613e commit 72eb335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/grant-types/user-credentials.md
Expand Up @@ -48,7 +48,7 @@ Send in the user credentials directly to receive an access token:
$ curl -u TestClient:TestSecret https://api.mysite.com/token -d 'grant_type=password&username=bshaffer&password=brent123'
```

If your client is `public` (by default, this is true when no secret is associated with the client), you
If your client is `public` (by default, this is true when no secret is associated with the client in storage), you
can omit the `client_secret` value in the request:

```text
Expand Down

0 comments on commit 72eb335

Please sign in to comment.