Skip to main content
דף זה הוא חלק ממיומנות של סוכן קידוד AI ונכתב לסוכנים, לא לבני אדם. לתיעוד Base44 הקריא לבני אדם, ראה את תיעוד המפתחים.

Connectors Module

OAuth token management for external services.
  • base44.asServiceRole.connectors — App-scoped OAuth tokens (backend/service role only). All users share the same connected account.

Contents


Service Role Connectors (base44.asServiceRole.connectors)

App-scoped OAuth tokens. The app builder connects the account once; all users share it. Backend/service role only.

Methods

Examples


Available Services

Run npx base44 connectors list-available from the CLI to see all available types.

Setup Requirements

  1. Builder plan or higher
  2. Backend functions enabled (for service role connectors)
  3. Connector configured in Base44 dashboard (OAuth flow completed)

Important Notes

  • Service role connectors: One account per connector per app — all users share the same connected account
  • You handle the API calls: Base44 provides the token; you make the actual API requests
  • Token refresh: Base44 handles token refresh automatically

Type Definitions

דף זה תורגם באמצעות בינה מלאכותית. למידע המדויק והעדכני ביותר, עיין בגרסה האנגלית.