handleUri

public final Unit handleUri(String uriStr, FuturaeCallback callback)

Operation that handles 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.

Parameters

uriStr

uri to parse

callback

to get notified about success or failure of this operation

Throws

if the SDK is locked.

if any of the provided arguments are invalid.