aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/twofactor.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives/twofactor.rst')
-rw-r--r--docs/hazmat/primitives/twofactor.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst
index df70a58a..9268f2fa 100644
--- a/docs/hazmat/primitives/twofactor.rst
+++ b/docs/hazmat/primitives/twofactor.rst
@@ -76,6 +76,8 @@ codes (HMAC).
.. method:: get_provisioning_uri(account_name, counter, issuer)
+ .. versionadded:: 1.0
+
:param account_name: The display name of account, such as
``'Alice Smith'`` or ``'alice@example.com'``.
:type account_name: :term:`text`
@@ -186,6 +188,8 @@ similar to the following code.
.. method:: get_provisioning_uri(account_name, issuer)
+ .. versionadded:: 1.0
+
:param account_name: The display name of account, such as
``'Alice Smith'`` or ``'alice@example.com'``.
:type: :term:`text`