authentication()
Last updated 8/07/2025
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
- fullName
- If applicable the current SSO Token
Server
Function Signature
authentication() : AuthenticationInfo
Return Value
An
AuthenticationInfo
object.