mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-27 23:40:22 +05:30
Fix typo
This commit is contained in:
parent
9a3cf4759a
commit
71048401f5
@ -13,7 +13,7 @@ This grant is suitable for machine-to-machine authentication, for example for us
|
||||
The client sends a POST request with following body parameters to the authorization server:
|
||||
|
||||
* `grant_type` with the value `client_credentials`
|
||||
* `client_id` with the the client's ID
|
||||
* `client_id` with the client's ID
|
||||
* `client_secret` with the client's secret
|
||||
* `scope` with a space-delimited list of requested scope permissions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user