cryptnoxpro.command.user\_keys package ======================================= Subpackages ----------- .. toctree:: :maxdepth: 4 cryptnoxpro.command.user_keys.aws_kms cryptnoxpro.command.user_keys.hello cryptnoxpro.command.user_keys.piv Submodules ---------- cryptnoxpro.command.user\_keys.authentication module ---------------------------------------------------- .. automodule:: cryptnoxpro.command.user_keys.authentication :members: :undoc-members: :show-inheritance: cryptnoxpro.command.user\_keys.user\_key\_base module ----------------------------------------------------- .. automodule:: cryptnoxpro.command.user_keys.user_key_base :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: cryptnoxpro.command.user_keys :members: :undoc-members: :show-inheritance: The ``cryptnoxpro.command.user_keys`` package provides authentication functionality and exports: .. py:currentmodule:: cryptnoxpro.command.user_keys .. py:function:: add(data) :no-index: Add a new authentication method. See :func:`cryptnoxpro.command.user_keys.authentication.add` for details. .. py:function:: authenticate(data) :no-index: Authenticate using a configured method. See :func:`cryptnoxpro.command.user_keys.authentication.authenticate` for details. .. py:function:: delete(data) :no-index: Delete an authentication method. See :func:`cryptnoxpro.command.user_keys.authentication.delete` for details. .. py:function:: get(data) :no-index: Get information about authentication methods. See :func:`cryptnoxpro.command.user_keys.authentication.get` for details.