IdentityClientResponse InitIdentityClient( string strMainClientId, ApplicationMode mode, string strLocale, string strScopes )
IdentityClientResponse^ InitIdentityClient( String^ strMainClientId, ApplicationMode mode, String^ strLocale, String^ strScopes )
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.