mirror of https://github.com/openclaw/openclaw.git
6 lines
287 B
TypeScript
6 lines
287 B
TypeScript
// Public interactive auth/login helpers for provider plugins.
|
|
|
|
export { githubCopilotLoginCommand } from "../providers/github-copilot-auth.js";
|
|
export { loginChutes } from "../commands/chutes-oauth.js";
|
|
export { loginOpenAICodexOAuth } from "../plugins/provider-openai-codex-oauth.js";
|