UNPKG

@simulacrum/auth0-simulator

Version:

Run local instance of Auth0 API for local development and integration testing

3 lines 237 B
import type { QueryParams } from "../types.ts"; export declare const webMessage: ({ state, code, redirect_uri, nonce, }: Pick<QueryParams, "state" | "code" | "redirect_uri" | "nonce">) => string; //# sourceMappingURL=web-message.d.ts.map