Class UserVerificationRequirement
java.lang.Object
org.springframework.security.web.webauthn.api.UserVerificationRequirement
UserVerificationRequirement
is used by the Relying Party to indicate if user verification is needed.
- Since:
- 6.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UserVerificationRequirement
The discouraged 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 UserVerificationRequirement
The preferred 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 UserVerificationRequirement
The required value indicates that the Relying Party requires user verification for the operation and will fail the overall ceremony if the response does not have the UV flag set. -
Method Summary
-
Field Details
-
DISCOURAGED
The discouraged 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). -
PREFERRED
The preferred 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. -
REQUIRED
The required value indicates that the Relying Party requires user verification for the operation and will fail the overall ceremony if the response does not have the UV flag set.
-
-
Method Details
-
getValue
Gets the value- Returns:
- the value
-