Update AccountServicesScriptingInterface.h

This commit is contained in:
nimisha20 2019-02-25 22:44:16 -08:00 committed by GitHub
parent e20f13f0ae
commit 4825ecdbf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ public slots:
bool isLoggedIn();
/**jsdoc
* Prompts the user to log in (with a login dialog) if they're not already logged in. The function returns if the user is logged in or not before the user completes the login dialog.
* Prompts the user to log in (with a login dialog) if they're not already logged in. The function returns a value before the user completes the login dialog.
* @function AccountServices.checkAndSignalForAccessToken
* @returns {boolean} <code>true</code> if the user is logged in, <code>false</code> if not.
*/