1min
SDK Usage (Initialise)
Each method in BlokSec SDK is asynchronous.
Before using any API of the BlokSec SDK, its necessary to initialize the SDK. This can be done by accessing the shared instance of BlokSec of type BlokSecSDK:
BlokSec.shared
Sample Usage
Swift
|