Eplan Platform API
Eplan.IdentityClient.Authentification Namespace / IEIdentityClient Interface / InitIdentityClient Method
Application main ClientId name. E.g. DesktopPlatformWithConsents, HarnessProD
Interactive (with UI) or Batch application mode.
Language, e.g. "en-US" or "de-DE".
For internal use (parameter is set automatically).

In This Topic
    InitIdentityClient Method
    In This Topic
    Initializes IdentityClient object.
    Syntax

    Parameters

    strMainClientId
    Application main ClientId name. E.g. DesktopPlatformWithConsents, HarnessProD
    mode
    Interactive (with UI) or Batch application mode.
    strLocale
    Language, e.g. "en-US" or "de-DE".
    strScopes
    For internal use (parameter is set automatically).

    Return Value

    IdentityClientResponse: operation result.
    Remarks
    Used when authenticate from outside of EPLAN application environment.
    See Also