java.lang.Object
com.webauthn4j.data.client.TokenBindingStatus
TokenBindingStatus is one of the following:
- supported
- present
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TokenBindingStatusstatic final TokenBindingStatusIndicates token binding was used when communicating with the Relying Party.static final TokenBindingStatusIndicates the client supports token binding, but it was not negotiated when communicating with the Relying Party. -
Method Summary
-
Field Details
-
PRESENT
Indicates token binding was used when communicating with the Relying Party. In this case, the id member MUST be present. -
SUPPORTED
Indicates the client supports token binding, but it was not negotiated when communicating with the Relying Party. -
NOT_SUPPORTED
-
-
Method Details