interface AttestationObject {
    attSmt: AttestationStatement;
    authData: ParsedAuthenticatorData;
    fmt: AttestationFormat;
}

Properties

Properties