MCPcopy Create free account
hub / github.com/cloudflare/moltworker / AccessUser

Interface AccessUser

src/types.ts:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 * Authenticated user from Cloudflare Access
52 */
53export interface AccessUser {
54 email: string;
55 name?: string;
56}
57
58/**
59 * Hono app environment type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected