Enum Class AuthenticatorAttachment

java.lang.Object
java.lang.Enum<AuthenticatorAttachment>
com.yubico.webauthn.data.AuthenticatorAttachment
All Implemented Interfaces:
Serializable, Comparable<AuthenticatorAttachment>, Constable

public enum AuthenticatorAttachment extends Enum<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 PublicKeyCredentialRequestOptions.getAllowCredentials() when calling navigator.credentials.get().
See Also: