MetadataStatement: {
    aaguid?: string;
    aaid?: string;
    alternativeDescriptions?: AlternativeDescriptions;
    attachmentHint?: AttachmentHint[];
    attestationCertificateKeyIdentifiers?: string[];
    attestationRootCertificates: string[];
    attestationTypes: Attestation[];
    authenticationAlgorithms: AlgSign[];
    authenticatorGetInfo?: AuthenticatorGetInfo;
    authenticatorVersion: number;
    cryptoStrength?: number;
    description: string;
    ecdaaTrustAnchors?: EcdaaTrustAnchor[];
    icon?: string;
    isFreshUserVerificationRequired?: boolean;
    isKeyRestricted?: boolean;
    keyProtection: KeyProtection[];
    legalHeader?: string;
    matcherProtection: MatcherProtection[];
    protocolFamily: string;
    publicKeyAlgAndEncodings: AlgKey[];
    schema: number;
    supportedExtensions?: ExtensionDescriptor[];
    tcDisplay: TransactionConfirmationDisplay[];
    tcDisplayContentType?: string;
    tcDisplayPNGCharacteristics?: DisplayPNGCharacteristicsDescriptor[];
    upv: Version[];
    userVerificationDetails: VerificationMethodANDCombinations[];
}

Type declaration

Generated using TypeDoc