Represents the result of the SDK configuration process.

interface ConfigurationResult {
    digitalFingerprint: string;
}

Properties

digitalFingerprint: string

The digital fingerprint that is generated as a result of the configuration process.