mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
Fixed http api grant type.
This commit is contained in:
parent
2d01f6027f
commit
d64924e9f5
@ -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…
x
Reference in New Issue
Block a user