Function hmac

  • Calculates a Keyed-Hash Message Authentication Code (HMAC) from a message and a key.

    Returns

    Parameters

    • message: string
    • key: string

    Returns Promise<string>

Generated using TypeDoc