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 Eplan IdentityClient
    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
    IdentityClient should be initialized by calling this method. This is necessary in order to be able to use this interface.
    See Also