Class AuthenticatorAttachment

java.lang.Object
com.webauthn4j.data.AuthenticatorAttachment

public class AuthenticatorAttachment extends Object
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().
See Also: