Integration
Before calling the SDK, you need to initialize it with the keys supplied by BEYABLE.
Init of BEYABLE SDK
let beyableClient = BeyableClientiOS(tokenClient: "clefBeyable")
By default, logs are disabled. If you want to enable logs, use the following option:
let beyableClient = BeyableClientiOS(tokenClient: "clefBeyable", loggingEnabledUser: true)