logLicenseExchange property

bool? logLicenseExchange
getter/setter pair

boolean Optional. If set to true, prints logs containing the license exchange. This includes the init data, request, and response data, printed as base64 strings. Don't use in production, for debugging only; has no affect in release builds as logging is removed.

Implementation

external bool? logLicenseExchange;