PayFanout API reference
Preparing search index...
core/src
hmacSha256
Function hmacSha256
hmacSha256
(
key
:
string
,
data
:
string
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
HMAC-SHA-256 over UTF-8
data
, keyed with UTF-8
key
, as raw bytes.
Parameters
key
:
string
data
:
string
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
PayFanout API reference
Loading...
HMAC-SHA-256 over UTF-8
data, keyed with UTF-8key, as raw bytes.