Skip to main content

Pending Operations

Pending Operations are actions that require user interaction like a decision to accept or reject.

Client requirements

Fetch Pending Operations

Fetching pending operations will return all the non-decided/non-expired Operations for all the profiles associates do the current device

trustFactorClient.fetchPendingOperations() { result, correlationId in
// handle result
}

Get Operation details

trustFactorClient.getOperationDetails(for: <TFOperation.RawIdentifier>, applicationProfileId: <TFApplicationProfile.RawIdentifier>) { result, correlationId in
// handle result
}