...
A "true" return value means that there is a logged in user.
Example
Code Block | ||
---|---|---|
| ||
if (isAnyUserAuthenticated()) { print(currentDate()); } |
...
...
A "true" return value means that there is a logged in user.
Code Block | ||
---|---|---|
| ||
if (isAnyUserAuthenticated()) { print(currentDate()); } |
...