node-webauthn
    Preparing search index...

    Type Alias VerifiedAttestation

    type VerifiedAttestation = {
        format:
            | "none"
            | "packed"
            | "fido-u2f"
            | "apple"
            | "android-key"
            | "android-safetynet"
            | "tpm";
        metadataStatus?: string;
        policyAccepted?: boolean;
        trusted: boolean;
        type: "none"
        | "self"
        | "basic"
        | "anonca";
    }
    Index

    Properties

    format:
        | "none"
        | "packed"
        | "fido-u2f"
        | "apple"
        | "android-key"
        | "android-safetynet"
        | "tpm"
    metadataStatus?: string
    policyAccepted?: boolean
    trusted: boolean
    type: "none" | "self" | "basic" | "anonca"