Skip to main content

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
  • email
  • fullName
  • If applicable the current SSO Token
Available

Server

Function Signature
authentication() : AuthenticationInfo

Return Value

An

AuthenticationInfo
object.

Examples

authentication()