summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-01-12 13:06:10 +0000
committerAntoine A <>2024-01-12 13:06:10 +0000
commitbafc3f2055de3920e48c7e776332f7e366dcfb8e (patch)
treeb40a0cdacadf6fe6261befadf86b85dc74a1c8d4
parentd4c996a8b2f1241f2a99dfc1a5502e2c47e96d64 (diff)
downloaddocs-dev/antoine/2fa.tar.gz
docs-dev/antoine/2fa.tar.bz2
docs-dev/antoine/2fa.zip
Drop corebank version 3 compatibilitydev/antoine/2fa
-rw-r--r--core/api-corebank.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 32c15c97..7ac6e813 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -174,14 +174,6 @@ Account Management
// Only admin can set this property, other user can reconfig their account
// after creation.
tan_channel?: TanChannel;
-
- // Deprecated use ``contact_data`` instead
- // will be removed in the next release
- challenge_contact_data?: ChallengeContactData;
-
- // Deprecated use ``payto_uri`` instead
- // will be removed in the next release
- internal_payto_uri?: string;
}
.. ts:def:: ChallengeContactData
@@ -279,14 +271,6 @@ Account Management
// If present, enables 2FA and set the TAN channel used for challenges
tan_channel?: TanChannel;
-
- // Deprecated use ``contact_data`` instead
- // will be removed in the next release
- challenge_contact_data?: ChallengeContactData;
-
- // Deprecated and have no effect
- // will be removed in the next release
- is_taler_exchange?: boolean;
}
**Response:**
@@ -389,10 +373,6 @@ Account Management
// Is this a taler exchange account?
is_taler_exchange: boolean;
-
- // Deprecated use ``username`` instead
- // will be removed in the next release
- account_name: string;
}
.. http:get:: /accounts