node-webauthn
    Preparing search index...

    Type Alias ParsedAuthenticatorFlags

    type ParsedAuthenticatorFlags = {
        backupEligible: boolean;
        backupState: boolean;
        hasAttestedCredentialData: boolean;
        hasExtensionData: boolean;
        raw: number;
        userPresent: boolean;
        userVerified: boolean;
    }
    Index

    Properties

    backupEligible: boolean
    backupState: boolean
    hasAttestedCredentialData: boolean
    hasExtensionData: boolean
    raw: number
    userPresent: boolean
    userVerified: boolean