Worldline Connect Node.js SDK
    Preparing search index...

    Interface ObfuscationRules

    interface ObfuscationRules {
        all(): ObfuscationRule;
        allButFirst(count: number): ObfuscationRule;
        allButLast(count: number): ObfuscationRule;
        withFixedLength(count: number): ObfuscationRule;
    }
    Index

    Methods

    • Parameters

      • count: number

      Returns ObfuscationRule

      An obfuscation rule that will keep a fixed number of characters at the start, then replaces all other characters with *.

    • Parameters

      • count: number

      Returns ObfuscationRule

      An obfuscation rule that will keep a fixed number of characters at the end, then replaces all other characters with *.

    • Parameters

      • count: number

      Returns ObfuscationRule

      An obfuscation rule that will replace values with a fixed length string containing only *.