Skip to main content
Module

x/harmony/deploy.ts>SlashClient#verifyKey

An easy to use Discord API Library for Deno.
Go to Latest
method SlashClient.prototype.verifyKey
import { SlashClient } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Verify HTTP based Interaction

Parameters

rawBody: string | Uint8Array
signature: string | Uint8Array
timestamp: string | Uint8Array

Returns

boolean