LicenseConfiguration

struct LicenseConfiguration

An object used to pass the Fleksy SDK license credentials.

Summary

Initializers
LicenseConfiguration(licenseKey: String?, licenseSecret: String?)
Properties
String? licenseKey
The key of the Fleksy SDK licence.
String? licenseSecret
The key of the Fleksy SDK licence.

Initializers

LicenseConfiguration

init(licenseKey: String?, licenseSecret: String?)
Parameters
licenseKey: String? The key of the Fleksy SDK licence.
licenseSecret: String? The key of the Fleksy SDK licence.

Properties

licenseKey

let licenseKey: String?

The key of the Fleksy SDK licence.

licenseSecret

let licenseSecret: String?

The key of the Fleksy SDK licence.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on August 8, 2022