The authentication method/factor used by the authenticator to verify the user. Available values are defined in Section 3.1 User Verification Methods.
| int | USER_VERIFY_ALL | If an authenticator sets multiple flags for user verification types, it may also set this flag to indicate that all verification methods will be enforced (e.g. |
| int | USER_VERIFY_EYEPRINT | This flag must be set if the authenticator uses any form of eye biometrics for user verification. |
| int | USER_VERIFY_FACEPRINT | This flag must be set if the authenticator uses any manner of face recognition to verify the user. |
| int | USER_VERIFY_FINGERPRINT | This flag must be set if the authenticator uses any type of measurement of a fingerprint for user verification. |
| int | USER_VERIFY_HANDPRINT | This flag must be set if the authenticator uses any measurement of a full hand (including palm-print, hand geometry or vein geometry) for user verification. |
| int | USER_VERIFY_LOCATION | This flag must be set if the authenticator uses any form of location sensor or measurement for user verification. |
| int | USER_VERIFY_NONE | This flag must be set if the authenticator will respond without any user interaction (e.g. |
| int | USER_VERIFY_PASSCODE | This flag must be set if the authenticator uses a local-only passcode (i.e. |
| int | USER_VERIFY_PATTERN | This flag must be set if the authenticator uses a drawn pattern for user verification. |
| int | USER_VERIFY_PRESENCE | This flag must be set if the authenticator is able to confirm user presence in any fashion. |
| int | USER_VERIFY_VOICEPRINT | This flag must be set if the authenticator uses a voiceprint (also known as speaker recognition) for user verification. |
If an authenticator sets multiple flags for user verification types, it may also set this flag to indicate that all verification methods will be enforced (e.g. faceprint AND voiceprint). If flags for multiple user verification methods are set and this flag is not set, verification with only one is necessary (e.g. fingerprint OR passcode).
This flag must be set if the authenticator uses any form of eye biometrics for user verification.
This flag must be set if the authenticator uses any manner of face recognition to verify the user.
This flag must be set if the authenticator uses any type of measurement of a fingerprint for user verification.
This flag must be set if the authenticator uses any measurement of a full hand (including palm-print, hand geometry or vein geometry) for user verification.
This flag must be set if the authenticator uses any form of location sensor or measurement for user verification.
This flag must be set if the authenticator will respond without any user interaction (e.g. Silent Authenticator).
This flag must be set if the authenticator uses a local-only passcode (i.e. a passcode not known by the server) for user verification.
This flag must be set if the authenticator uses a drawn pattern for user verification.
This flag must be set if the authenticator is able to confirm user presence in any fashion. If this flag and no other is set for user verification, the guarantee is only that the authenticator cannot be operated without some human intervention, not necessarily that the sensing of "presence" provides any level of user verification (e.g. a device that requires a button press to activate).
This flag must be set if the authenticator uses a voiceprint (also known as speaker recognition) for user verification.