mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 02:09:44 +02:00
Update AccountServicesScriptingInterface.h
Minor copy-edit
This commit is contained in:
parent
736a050e68
commit
ba3895efdd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public slots:
|
||||||
bool isLoggedIn();
|
bool isLoggedIn();
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* The function returns the log in status of the user and prompts the user to log in (with a login dialog) if they're not already logged in.
|
* The function returns the login status of the user and prompts the user to log in (with a login dialog) if they're not already logged in.
|
||||||
* @function AccountServices.checkAndSignalForAccessToken
|
* @function AccountServices.checkAndSignalForAccessToken
|
||||||
* @returns {boolean} <code>true</code> if the user is logged in, <code>false</code> if not.
|
* @returns {boolean} <code>true</code> if the user is logged in, <code>false</code> if not.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue