mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
14 lines
339 B
TypeScript
14 lines
339 B
TypeScript
// Openai plugin module implements openai chatgpt oauth types behavior.
|
|
export type {
|
|
OAuthAuthInfo,
|
|
OAuthCredentials,
|
|
OAuthLoginCallbacks,
|
|
OAuthPrompt,
|
|
OAuthProvider,
|
|
OAuthProviderId,
|
|
OAuthProviderInfo,
|
|
OAuthProviderInterface,
|
|
OAuthSelectOption,
|
|
OAuthSelectPrompt,
|
|
} from "openclaw/plugin-sdk/provider-oauth-runtime";
|