Authentication evCreate API Section
The Authentication section of the evCreate API includes functions to manage authentication with a configured PLM system.
auth namespace
The Authentication evCreate API section is accessed with the auth namespace:
evCreate.auth.Function()
Functions
AuthenticateWithPlm(): Promise<boolean>A function to initiate authentication with a configured PLM system.
GetPlmToken(): undefined | stringA function to get an authentication token currently active for the configured PLM system if that token exists.
30 April 2025