Kill all camels

This commit is contained in:
David Baker 2015-04-24 13:32:36 +01:00
parent 4bf3a17c3a
commit e7d334c5cd

View file

@ -229,8 +229,8 @@ To respond to this type, reply with an auth dict as follows::
"threepidCreds": [ "threepidCreds": [
{ {
"sid": "<identity server session id>", "sid": "<identity server session id>",
"clientSecret": "<identity server client secret>", "client_secret": "<identity server client secret>",
"idServer": "<url of identity server authed with, e.g. 'matrix.org:8090'>" "id_server": "<url of identity server authed with, e.g. 'matrix.org:8090'>"
} }
] ]
} }
@ -1122,13 +1122,13 @@ bind
The third party identifier credentials object comprises: The third party identifier credentials object comprises:
idServer id_server
The colon-separated hostname and port of the Identity Server used to The colon-separated hostname and port of the Identity Server used to
authenticate the third party identifer. If the port is the default, it and the authenticate the third party identifer. If the port is the default, it and the
colon should be omitted. colon should be omitted.
sid sid
The session ID given by the Identity Server The session ID given by the Identity Server
clientSecret client_secret
The client secret used in the session with the Identity Server. The client secret used in the session with the Identity Server.
On success, the empty JSON object is returned. On success, the empty JSON object is returned.