java.lang.Object
com.webauthn4j.data.AuthenticatorAttachment
This enumeration’s values describe authenticators' attachment modalities. Relying Parties use this for two purposes:
- to express a preferred authenticator attachment modality when calling navigator.credentials.create() to create a credential, and
- to inform the client of the Relying Party's best belief about how to locate the managing authenticators of the credentials listed in allowCredentials when calling navigator.credentials.get().
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthenticatorAttachmentThis value indicates cross-platform attachment.static final AuthenticatorAttachmentThis value indicates platform attachment. -
Method Summary
-
Field Details
-
PLATFORM
This value indicates platform attachment. -
CROSS_PLATFORM
This value indicates cross-platform attachment.
-
-
Method Details