Variable: PluginAuthFetchRequestSchema
constPluginAuthFetchRequestSchema:TObject<{bodyText:TOptional<TString>;connectionId:TString;headers:TOptional<TRecord<TString,TString>>;method:TOptional<TUnion<[TLiteral<"GET">,TLiteral<"POST">,TLiteral<"PUT">,TLiteral<"PATCH">,TLiteral<"DELETE">,TLiteral<"HEAD">]>>;url:TString; }>
Defined in: packages/contracts/src/pluginAuth.ts:72
Authenticated fetch through the host proxy (rev4 §K5): the server resolves the connection token and signs the request; the sandbox never holds it. Used by web sandboxes; backend sandboxes use the same shape over RPC.