Check if the current user has been identified
isIdentified()
method checks whether the current user has been identified with either usertour.identify()
or usertour.identifyAnonymous()
.
boolean
- Returns true
if the user has been identified, false
otherwise.
true
for both authenticated and anonymous usersfalse
if neither identify()
nor identifyAnonymous()
has been called