From d6ec093013b8ba5fe1f77cbf0f7c33e01972229b Mon Sep 17 00:00:00 2001 From: Marek Stransky Date: Fri, 10 Nov 2023 16:40:17 +0100 Subject: [PATCH] Remove unnecessary info from docs --- docs/Using-Operations-Service.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Using-Operations-Service.md b/docs/Using-Operations-Service.md index b07348d..69e9de8 100644 --- a/docs/Using-Operations-Service.md +++ b/docs/Using-Operations-Service.md @@ -622,8 +622,6 @@ Once the QR code is scanned or match from the deeplink is found, create a `WMTPr - Authorizing the WMTProximityCheck When authorization, the SDK will by default add `timestampSigned` to the `WMTProximityCheck` object. This timestamp indicates when the operation was signed. -This TOTP-based WMTProximityCheck enhances the security of the approval process, providing a robust mechanism for 2FA in the Operations Service. - ## Error handling Every error produced by the Operations Service is of a `WMTError` type. For more information see detailed [error handling documentation](Error-Handling.md).