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.