handleUri

public abstract AsyncCompletableOperation handleUri(String uriString)

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.

Parameters

uriString

uri to parse

Throws

if the SDK is locked.

if the SDK is currently blocked by an operation updating DB accounts

if this is an authentication URI for a user id that is not enrolled.

if the SDK is uninitialized.

if the SDK cannot access necessary cryptographic material or perform cryptographic operations

if the API request fails. Refer to FTApiException subtypes for more specific errors.