mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 16:27:41 +02:00
Update AccountServicesScriptingInterface.h
Adding ctrlaltdavid's changes
This commit is contained in:
parent
2bcee4e454
commit
e20f13f0ae
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public slots:
|
|||
bool isLoggedIn();
|
||||
|
||||
/**jsdoc
|
||||
* Prompts the user to log in (the login dialog is displayed) if they're not already logged in.
|
||||
* 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.
|
||||
* @function AccountServices.checkAndSignalForAccessToken
|
||||
* @returns {boolean} <code>true</code> if the user is logged in, <code>false</code> if not.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue