slack-edge
Version:
Slack app development framework for edge functions with streamlined TypeScript support
9 lines • 410 B
TypeScript
import { SlackOAuthEnv } from "../app-env";
/**
* Generates slack.com/openid/connect/authorize URL with sufficient information.
* @param state state parameter string
* @param env env variables
* @returns slack.com/openid/connect/authorize URL
*/
export declare function generateOIDCAuthorizeUrl<E extends SlackOAuthEnv>(state: string, env: E): string;
//# sourceMappingURL=authorize-url-generator.d.ts.map