ts-lambda-api - v2.5.2
    Preparing search index...

    Interface HashConstructor

    A constructor for a hash that may be used to calculate an HMAC. Implementing classes should not directly hold the provided key in memory beyond the lexical scope of the constructor.

    use ChecksumConstructor

    interface HashConstructor {
        new HashConstructor(secret?: SourceData): Hash;
    }
    Index

    Constructors

    Constructors

    • Parameters

      Returns Hash