WebIDLpedia

AuthenticatorAttachment enum

Definition

Web Authentication: An API for accessing Public Key Credentials - Level 3 defines AuthenticatorAttachment



enum AuthenticatorAttachment {
    "platform",
    "cross-platform"
};