summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/api-bank.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/api/api-bank.rst b/api/api-bank.rst
index 74e59eb9..6caac69c 100644
--- a/api/api-bank.rst
+++ b/api/api-bank.rst
@@ -92,22 +92,6 @@ request.
}
-.. _BasicAuth:
-.. _tsref-type-BasicAuth:
-.. code-block:: tsref
-
- interface BasicAuth {
-
- // username identifying the caller at the bank
- username: string;
-
- // username's associated password
- password: string;
-
- }
-
-
-
.. _BankError:
.. code-block:: tsref