authentication()
Last updated 18/09/2024
The
authentication()
is a function on the Five
object that returns authentication details for the current REST/OData session.
You can query the following information, userID, email, fullName and if applicable the current SSO Token.
Available
Server
Function Signature
authentication() : AuthenticationInfo
Return Value
Returns an
AuthenticationInfo
object.