currentUserKey()
Last updated 10/05/2023
The currentUserKey()
is a function on the Five
object that returns the key (GUID) for the current logged in user that the server used to authenticate the current client.
Available
Client
and Server
Function Signature
currentUserKey() : string;
Return Value
A string representing a key in the format of a GUID.