Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_oauth/deps.ts>createJwt

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
function createJwt
import { createJwt } from "https://deno.land/x/slack_oauth@3.0.2/deps.ts";

Parameters

header: Header
payload: Payload
key: string

Returns

Promise<string>