From e7d334c5cd24d1dbd342de23bbcc54b0e3e8e197 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 24 Apr 2015 13:32:36 +0100 Subject: [PATCH] Kill all camels --- specification/10_client_server_api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/10_client_server_api.rst b/specification/10_client_server_api.rst index 29662efb..3d9aed8b 100644 --- a/specification/10_client_server_api.rst +++ b/specification/10_client_server_api.rst @@ -229,8 +229,8 @@ To respond to this type, reply with an auth dict as follows:: "threepidCreds": [ { "sid": "", - "clientSecret": "", - "idServer": "" + "client_secret": "", + "id_server": "" } ] } @@ -1122,13 +1122,13 @@ bind The third party identifier credentials object comprises: -idServer +id_server 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 colon should be omitted. sid The session ID given by the Identity Server -clientSecret +client_secret The client secret used in the session with the Identity Server. On success, the empty JSON object is returned.