1
2
3
4
5
6
7
8
import { exportedKeys } from "https://esm.town/v/stevekrouse/exportedKeys";
import { runValAPIAuth } from "https://esm.town/v/stevekrouse/runValAPIAuth";
export const authRequestEx = runValAPIAuth({
val: "@stevekrouse.exampleAuthApi",
args: [1, 3],
keys: exportedKeys,
});