From b95a1c4a4b388bef4600e1593260444b11cff819 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 3 Aug 2016 16:31:42 +0100 Subject: [PATCH] Just doc with the MatrixClientCreds object --- src/Lifecycle.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Lifecycle.js b/src/Lifecycle.js index d91b49ad7c..3bf52b6cf2 100644 --- a/src/Lifecycle.js +++ b/src/Lifecycle.js @@ -23,11 +23,7 @@ import utils from 'matrix-js-sdk/lib/utils'; /** * Transitions to a logged-in state using the given credentials - * @param {string} credentials.homeserverUrl The base HS URL - * @param {string} credentials.identityServerUrl The base IS URL - * @param {string} credentials.userId The full Matrix User ID - * @param {string} credentials.accessToken The session access token - * @param {boolean} credentials.guest True if the session is a guest session + * @param {MatrixClientCreds} credentials The credentials to use */ function setLoggedIn(credentials) { credentials.guest = Boolean(credentials.guest);