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

In This Topic
    InitIdentityClient(String,ApplicationMode,String,ProductInfo,String) Method
    In This Topic
    Initializes Eplan IdentityClient
    Syntax

    Parameters

    Parameter NameDescription
    mainClientIdApplication main ClientId name. E.g. DesktopPlatformWithConsents, HarnessProD
    modeInteractive (with UI) or Batch application mode.
    languageLanguage, e.g. "en-US" or "de-DE".
    productInfoInfo concerning the Product starting EIC
    scopesFor 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