evCreate API 5.7 Help

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 | string

A function to get an authentication token currently active for the configured PLM system if that token exists.

30 April 2025