GetPlmToken Function
Returns an authentication token currently active for the configured PLM system if that token exists.
GetPlmToken(): undefined | string
Return value
undefined | stringEither:
undefined: no active authentication with the configured PLM system exists.string: the authentication token currently active for the configured PLM system.
30 April 2025