Eplan Platform API
Eplan.IdentityClient.Authentification Namespace / IEIdentityClient Interface / RegisterClientId Method
ClientId name.

In This Topic
    RegisterClientId Method
    In This Topic
    Registers ClientId of an EPLAN Cloud service.
    Syntax

    Parameters

    strClientId
    ClientId name.

    Return Value

    IdentityClientResponse: operation result.
    Remarks
    By calling this method the internal TokenManagement will know about the client and manage access token for it.
    After calling this method, one can utilize the method GetAccessToken or GetHttpClient for the registered client.
    Method called also internally by GetHttpClient() method.
    See Also