Variable: PluginAuthConnectionWireSchema
constPluginAuthConnectionWireSchema:TObject<{connectionId:TString;createdAt:TInteger;scopes:TArray<TString>;serviceId:TString;serviceName:TString;status:TUnion<[TLiteral<"pending">,TLiteral<"connected">,TLiteral<"expired">,TLiteral<"revoked">]>;updatedAt:TInteger; }>
Defined in: packages/contracts/src/pluginAuth.ts:16
Public connection metadata as seen by the host UI and the sandbox. Deliberately contains NO token material — tokens never leave the server.