Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A "true" return value means that there is a logged in user.

Example

Code Block
languagejs
if (isAnyUserAuthenticated()) {
     print(currentDate());
 }

...