FuturaeOperationsApi
A grouping for futurae operations.
Functions
Decrypt a session's extra-info from an encrypted notification payload or an Offline QR code.
Get an IntegrityResult about the integrity of the app, app-license and device.*
Handle approve or unenroll notification from the Futurae's backend.
Handle URIs for enroll or authentication. If the URI cannot be handled, this method will return an error via the provided callback This is a protected operation, so the SDK must be unlocked before calling this method.
SDK unprotected function returning true if the SDK has already uploaded the public key to futurae servers. if you encounter FTApiInvalidPublicKeyException, call uploadPublicKey even if this function returns true.
SDK unprotected function to re-upload the SDK's public key to Futurae servers. Call this method if you encounter FTApiInvalidPublicKeyException
This method verifies the validity of SDK signing and encryption keys and their respective operations in order to detect an erroneous SDK state prior to SDK operations like enrollment, accounts-status etc. It requires the SDK to be initialized and unlocked or use Lock configuration NONE which doens't require unlocking.