Fix typo
The word “client” in this section wasn’t plural like in the other sections.
This commit is contained in:
parent
00273fb95d
commit
9d490e8134
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ the resources and scopes to which User A has access.
|
||||||
|
|
||||||
* *Client Credentials*
|
* *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
|
.Example: an authorization request using client id and client secret to authenticate to the token endpoint
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue