node-webauthn
    Preparing search index...

    Type Alias AttestationMetadataEntry

    type AttestationMetadataEntry = {
        allow?: boolean;
        reason?: string;
        revoked?: boolean;
        status?: string;
        trusted?: boolean;
    }
    Index

    Properties

    allow?: boolean
    reason?: string
    revoked?: boolean
    status?: string
    trusted?: boolean