Inffuse.user.key

Returns the current user key name

Syntax

Inffuse.user.key()

Example

   var user_key = Innfuse.user.key()
   console.log("User Key = %s", user_key);