IdentityClientResponse InitIdentityClient( string mainClientId, ApplicationMode mode, string language, ProductInfo productInfo, string? scopes )
IdentityClientResponse^ InitIdentityClient( String^ mainClientId, ApplicationMode mode, String^ language, ProductInfo^ productInfo, String^ scopes )
Parameters
| Parameter Name | Description |
|---|---|
| mainClientId | Application main ClientId name. E.g. DesktopPlatformWithConsents, HarnessProD |
| mode | Interactive (with UI) or Batch application mode. |
| language | Language, e.g. "en-US" or "de-DE". |
| productInfo | Info concerning the Product starting EIC |
| scopes | For internal use (parameter is set automatically). |
Return Value
IdentityClientResponse: operation result.