First Steps
- iOS (Swift)
- Android (Java)
After installation, you can start by importing the framework to all the files where it needs to be used.
import TrustFactorSDK
After installation, you can start by importing the framework to all the files where it needs to be used.
import com.securityside.android.trustfactorsdk.*
Then you have to complete the following steps in the presented order:
Get Client
A Client it's the most basic part of TristFactor's SDK, it manages the interaction between you and TrustFactor's services. See how to get a client instance
Accept to the latest Terms And Conditions
Before proceeding to call any other API you need to Accept the latest Terms And Conditions. Here's how
Register Device
Use the previously obtained client to manage your device registration. See how to register a device
Associate a Profile
After registering the device your client is already authenticated and you can start associating Profiles from your Application. Here's how
Decide a Pending Operations
Finally, pending operations can be decided. See how