Skip to content

McpClientCredentials

Defined in: src/mcp.ts:70

OAuth client credentials for machine-to-machine authentication.

clientId: string;

Defined in: src/mcp.ts:71


clientSecret: string;

Defined in: src/mcp.ts:72


optional scopes?: string[];

Defined in: src/mcp.ts:74

OAuth scopes to request. Joined with spaces before sending to the token endpoint.