Eplan Platform API
Eplan.IdentityClient.Authentification Namespace / IEIdentityClient Interface / RegisterClientId Method / RegisterClientId(EplanCloudAppNames) Method
EplanCloudAppName from the enum

In This Topic
    RegisterClientId(EplanCloudAppNames) Method
    In This Topic
    Registers ClientId of an Eplan Cloud service.
    Syntax

    Parameters

    Parameter NameDescription
    eplanCloudAppNameEplanCloudAppName from the enum

    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