mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fixed http api grant type.
This commit is contained in:
parent
2d01f6027f
commit
d64924e9f5
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ E.g. a service that creates a pad for a user or a service that inserts a text in
|
|||
"client_id": "client_credentials",
|
||||
"redirect_uris": [],
|
||||
"response_types": [],
|
||||
"grant_types": ["client_credentials"],
|
||||
"grant_types": ["code"],
|
||||
"client_secret": "client_credentials",
|
||||
"extraParams": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue