@salesforce/core
    Preparing search index...

    Type Alias DecipherCallback<T>

    DecipherCallback: (buffer: Buffer) => T

    Returns the intended type of the object to return. This is implementation specific.

    Type Parameters

    • T

    Type Declaration

      • (buffer: Buffer): T
      • Parameters

        • buffer: Buffer

          A buffer containing the decrypted secret.

        Returns T