openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
4 lines (3 loc) • 874 B
JavaScript
import { i as resolveOpenAICodexAuthIdentity, n as decodeOpenAICodexJwtPayload } from "../provider-openai-chatgpt-auth-BoLGEnud.js";
import { a as oauthErrorHtml, c as resolveOAuthTokenExpiresAt, d as withOAuthLoginAbort, i as generatePKCE, l as resolveOAuthTokenLifetimeMs, n as createOAuthLoginCancelledError, o as oauthSuccessHtml, r as generateBase64UrlOAuthState, s as parseOAuthAuthorizationInput, t as buildOAuthRequestSignal, u as throwIfOAuthLoginAborted } from "../provider-oauth-runtime-CduuU4e2.js";
export { buildOAuthRequestSignal, createOAuthLoginCancelledError, decodeOpenAICodexJwtPayload, generateBase64UrlOAuthState as generateOAuthState, generatePKCE, oauthErrorHtml, oauthSuccessHtml, parseOAuthAuthorizationInput, resolveOAuthTokenExpiresAt, resolveOAuthTokenLifetimeMs, resolveOpenAICodexAuthIdentity, throwIfOAuthLoginAborted, withOAuthLoginAbort };