// Narrow plugin-sdk surface for the bundled minimax-portal-auth plugin.
// Keep this list additive and scoped to symbols used under extensions/minimax-portal-auth.

export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
export type {
  OpenClawPluginApi,
  ProviderAuthContext,
  ProviderAuthResult,
} from "../plugins/types.js";
export { generatePkceVerifierChallenge, toFormUrlEncoded } from "./oauth-utils.js";
