Files
openclaw/src/plugin-sdk/qwen-portal-auth.ts
2026-03-07 10:41:05 +00:00

8 lines
472 B
TypeScript

// Narrow plugin-sdk surface for the bundled qwen-portal-auth plugin.
// Keep this list additive and scoped to symbols used under extensions/qwen-portal-auth.
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
export { buildOauthProviderAuthResult } from "./provider-auth-result.js";
export type { OpenClawPluginApi, ProviderAuthContext } from "../plugins/types.js";
export { generatePkceVerifierChallenge, toFormUrlEncoded } from "./oauth-utils.js";