java.lang.Object
com.webauthn4j.data.UserVerificationRequirement
A WebAuthn Relying Party may require user verification for some of its operations but not for
others, and may use this type to express its needs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserVerificationRequirementThis value indicates that the Relying Party does not want user verification employed during the operation (e.g., in the interest of minimizing disruption to the user interaction flow).static final UserVerificationRequirementThis value indicates that the Relying Party prefers user verification for the operation if possible, but will not fail the operation if the response does not have the UV flag set.static final UserVerificationRequirementThis value indicates that the Relying Party requires user verification for the operation and will fail the operation if the response does not have the UV flag set. -
Method Summary
-
Field Details
-
REQUIRED
This value indicates that the Relying Party requires user verification for the operation and will fail the operation if the response does not have the UV flag set. -
PREFERRED
This value indicates that the Relying Party prefers user verification for the operation if possible, but will not fail the operation if the response does not have the UV flag set. -
DISCOURAGED
This value indicates that the Relying Party does not want user verification employed during the operation (e.g., in the interest of minimizing disruption to the user interaction flow).
-
-
Method Details