MCPcopy
hub / github.com/anomalyco/openauth / Env

Interface Env

examples/client/cloudflare-api/api.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { subjects } from "../../subjects"
4
5interface Env {
6 OPENAUTH_ISSUER: string
7 Auth: Service
8 CloudflareAuth: Service
9}
10
11export default {
12 async fetch(request: Request, env: Env) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected