mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 21:05:04 +02:00
Update AccountServicesScriptingInterface.h
This commit is contained in:
parent
e20f13f0ae
commit
4825ecdbf3
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public slots:
|
||||||
bool isLoggedIn();
|
bool isLoggedIn();
|
||||||
|
|
||||||
/**jsdoc
|
/**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
|
* @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