.. index:: 
  !UserAuthenticationMethod Enumeration

.. _id3_bioseal_user_authentication_method_enum:

===============================================================================
UserAuthenticationMethod Enumeration
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

Definition
----------

.. line-block::
    Enumerates the user authentication methods.

Fields
------

.. list-table:: 
  :width: 100%
  :widths: 5 5 90
  :header-rows: 1

  * - Name
    - Value
    - Description
  * - ``undefined``
    - 0
    - The method is undefined.
  * - ``password``
    - 1
    - A password must be entered to authenticate.
  * - ``biometrics``
    - 2
    - The user must present a biometric trait to authenticate.
