The word “client” in this section wasn’t plural like in the other sections.
This commit is contained in:
David Kanenwisher 2020-08-28 17:54:40 -05:00 committed by Stian Thorgersen
parent 00273fb95d
commit 9d490e8134

View file

@ -24,7 +24,7 @@ the resources and scopes to which User A has access.
* *Client Credentials*
+
Client can use any of the client authentication methods supported by {project_name}. For instance, client_id/client_secret or JWT.
Clients can use any of the client authentication methods supported by {project_name}. For instance, client_id/client_secret or JWT.
+
.Example: an authorization request using client id and client secret to authenticate to the token endpoint
```bash