MCPcopy
hub / github.com/BuilderIO/agent-native / DispatchAuthConfig

Interface DispatchAuthConfig

packages/dispatch/src/config.ts:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 */
6
7export interface DispatchAuthConfig {
8 /**
9 * When true, only Google OAuth is shown on the login screen and other
10 * providers are hidden. Used by Builder's own workspace, which enforces
11 * Google SSO for its org.
12 */
13 googleOnly?: boolean;
14 /** Marketing/branding copy passed straight through to `createAuthPlugin`. */
15 marketing?: Record<string, unknown>;
16}
17
18export interface DispatchIntegrationsConfig {
19 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected