From f47c0c4e0ccca3945b128f27767ae0f319772c02 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 9 Jan 2018 14:45:13 +0100 Subject: [PATCH] Explain parameters Signed-off-by: Roeland Jago Douma --- developer_manual/client_apis/LoginFlow/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer_manual/client_apis/LoginFlow/index.rst b/developer_manual/client_apis/LoginFlow/index.rst index e4b8f8b47..13bdd4276 100644 --- a/developer_manual/client_apis/LoginFlow/index.rst +++ b/developer_manual/client_apis/LoginFlow/index.rst @@ -46,6 +46,9 @@ On the final login the server will do a redirect to a url of the following forma nc://login/server:&user:&password: +* server: The address of the server to connect to. The server may specify a protocol (http or https). If no protocol is specified the client will assume https. +* username: The username that the client must use to login +* password: The password that the client must use to login and store securely This information will be used by the client to create a new account. After this the webview is destroyed including all the state the webview holds.