@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface AuthenticatorSelectionCriteria

    interface AuthenticatorSelectionCriteria {
        authenticatorAttachment?: AuthenticatorAttachment;
        requireResidentKey?: boolean;
        residentKey?: ResidentKeyRequirement;
        userVerification?: UserVerificationRequirement;
    }
    Index

    Properties

    authenticatorAttachment?: AuthenticatorAttachment
    requireResidentKey?: boolean
    userVerification?: UserVerificationRequirement