mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +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",
|
"client_id": "client_credentials",
|
||||||
"redirect_uris": [],
|
"redirect_uris": [],
|
||||||
"response_types": [],
|
"response_types": [],
|
||||||
"grant_types": ["client_credentials"],
|
"grant_types": ["code"],
|
||||||
"client_secret": "client_credentials",
|
"client_secret": "client_credentials",
|
||||||
"extraParams": [
|
"extraParams": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue