mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-01 16:01:17 +00:00
3 lines
160 B
TypeScript
3 lines
160 B
TypeScript
// Openai plugin module implements openai chatgpt pkce behavior.
|
|
export { generateOAuthState, generatePKCE } from "openclaw/plugin-sdk/provider-oauth-runtime";
|